mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 01:37:52 +02:00
small verification log
This commit is contained in:
parent
4be9089cfe
commit
ec73d03078
@ -122,6 +122,7 @@ func configureGoogleOauth(cfg *OauthConfig, tls bool) error {
|
|||||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
logrus.Infof("Response from google userinfo endpoint: %s", string(response))
|
||||||
rDat := googleOauthEmailResp{}
|
rDat := googleOauthEmailResp{}
|
||||||
err = json.Unmarshal(response, &rDat)
|
err = json.Unmarshal(response, &rDat)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user