260705_013057

This commit is contained in:
Maciej J. Bowszys 2026-07-05 01:30:57 +02:00
parent f45f164211
commit 9f2167265e

View File

@ -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)
}