From e74f5b423e514560d5a7bcca480c3c901bfae54e Mon Sep 17 00:00:00 2001
From: Niall Sheridan <nsheridan@gmail.com>
Date: Wed, 18 May 2016 23:08:31 +0100
Subject: [PATCH] misc

---
 server/main.go       | 1 -
 templates/token.html | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/server/main.go b/server/main.go
index 402b3215..bc460da5 100644
--- a/server/main.go
+++ b/server/main.go
@@ -138,7 +138,6 @@ func callbackHandler(a *appContext, w http.ResponseWriter, r *http.Request) (int
 	if a.authsession.Token.Expiry.Unix() <= 0 {
 		a.authsession.Token.Expiry = time.Now().Add(1 * time.Hour)
 	}
-	fmt.Println(a.authsession.Token)
 	a.setAuthCookie(w, r, a.authsession.Token)
 	http.Redirect(w, r, "/", http.StatusFound)
 	return http.StatusFound, nil
diff --git a/templates/token.html b/templates/token.html
index 8553c847..45131764 100644
--- a/templates/token.html
+++ b/templates/token.html
@@ -18,7 +18,7 @@
         font-weight: bold;
         height: auto;
         margin: 12px 12px 12px 12px;
-        padding: 12px 12px 12px 12px;
+        padding: 24px 12px 12px 12px;
         resize: none;
         text-align: center;
         width: 960px;
-- 
GitLab