Skip to content

Commit

Permalink
fix: remove duplicate html tags (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsimranmaan authored Jul 22, 2020
1 parent b81fd79 commit 819fe6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/token_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ var tokenUserError = template.Must(template.New("").Parse(`<html>
</html>`))

var tokenUserResult = template.Must(template.New("").Parse(`<html>
<html>
<head></head>
<body>
<ul>
Expand Down

0 comments on commit 819fe6c

Please sign in to comment.