mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01: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)
|
||||
return
|
||||
}
|
||||
logrus.Infof("Response from google userinfo endpoint: %s", string(response))
|
||||
rDat := googleOauthEmailResp{}
|
||||
err = json.Unmarshal(response, &rDat)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user