260705_013057
This commit is contained in:
parent
f45f164211
commit
9f2167265e
@ -153,6 +153,8 @@ func oauth2_hdlr_clbk(resp http.ResponseWriter, req *http.Request){
|
|||||||
|
|
||||||
t_json, _ := json.MarshalIndent(new_userInfo, "", " ")
|
t_json, _ := json.MarshalIndent(new_userInfo, "", " ")
|
||||||
fmt.Printf("%+v\n", string(t_json))
|
fmt.Printf("%+v\n", string(t_json))
|
||||||
|
|
||||||
|
http.Redirect(resp, req, "/", http.StatusFound)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user