diff options
-rw-r--r-- | server/templates/token.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/token.go b/server/templates/token.go index ffaba91..83e4973 100644 --- a/server/templates/token.go +++ b/server/templates/token.go @@ -35,7 +35,7 @@ const Token = ` <h2>Access Token</h2> </div> <div> - <textarea style="font-size: 15pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea> + <textarea style="font-size: 12pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea> <h3> The token will expire in < 1 hour. </h3> |