From 1e10c62c6a8d2b7633de52f56bc8e9230b1b1383 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 23 Mar 2015 11:41:59 +0100 Subject: Fixed typo and redirection. --- handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handler.go') diff --git a/handler.go b/handler.go index c08704c..4597ae3 100644 --- a/handler.go +++ b/handler.go @@ -103,7 +103,7 @@ func CreateNewEntryHandler(w http.ResponseWriter, r *http.Request) { session.AddFlash("Success! You can login now with your new mail account.", "success") session.Save(r, w) - http.Redirect(w, r, "/register", 302) + http.Redirect(w, r, "/user", 302) } func AboutHandler(w http.ResponseWriter, r *http.Request) { -- cgit v1.2.3