diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/token.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/token.go b/templates/token.go index dbad371..270055b 100644 --- a/templates/token.go +++ b/templates/token.go @@ -1,5 +1,6 @@ package templates +// Token is the page users see when authenticated. const Token = `<html> <head> <title>YOUR TOKEN!</title> |