From 2ce3b86e0ff69538935db3149d1ed2f24aea09a3 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 13 Apr 2020 23:57:13 -0400 Subject: Simplify --- server/templates/token.go | 40 ++++------------------------------------ 1 file changed, 4 insertions(+), 36 deletions(-) (limited to 'server/templates/token.go') diff --git a/server/templates/token.go b/server/templates/token.go index 7eb0b47..05f5a82 100644 --- a/server/templates/token.go +++ b/server/templates/token.go @@ -3,49 +3,17 @@ package templates // Token is the page users see when authenticated. const Token = ` - + - Token - - - - - -
- -
- -

- The token will expire in < 1 hour. -

-
-
-

- Previously Issued Certificates -

-
-
+

Access Token

+

Paste the following token at your cashier prompt:

+
{{.Token}}
` -- cgit v1.2.3