From ac1ee887205d068b7b1c1df690f157dda506e419 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 23 Mar 2015 16:22:21 +0100 Subject: Reorder and restyle alert messages. Fixed bug in AuthUser(). Remove some unnecessary CSS. --- handler.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'handler.go') diff --git a/handler.go b/handler.go index 4597ae3..c99138e 100644 --- a/handler.go +++ b/handler.go @@ -52,8 +52,6 @@ func RegisterHandler(w http.ResponseWriter, r *http.Request) { http.Error(w, err.Error(), http.StatusInternalServerError) return } - - session.Save(r, w) } func CreateNewEntryHandler(w http.ResponseWriter, r *http.Request) { -- cgit v1.2.3