diff --git a/server/templates/token.go b/server/templates/token.go index ffaba910ca9944b49e5238aaf7671e5242ebf972..83e49730590ed93335dfc72b50a01b0d736b0b57 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>