summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
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) {