From 9f2167265e3a57926d3bbfef07d6398f895690c6 Mon Sep 17 00:00:00 2001 From: Maciej Bowszys Date: Sun, 5 Jul 2026 01:30:57 +0200 Subject: [PATCH] 260705_013057 --- moira_db.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moira_db.go b/moira_db.go index af82751..6edcd6a 100644 --- a/moira_db.go +++ b/moira_db.go @@ -153,6 +153,8 @@ func oauth2_hdlr_clbk(resp http.ResponseWriter, req *http.Request){ t_json, _ := json.MarshalIndent(new_userInfo, "", " ") fmt.Printf("%+v\n", string(t_json)) + + http.Redirect(resp, req, "/", http.StatusFound) }