small verification log

This commit is contained in:
Cam 2023-09-13 11:07:15 -05:00
parent 4be9089cfe
commit ec73d03078
No known key found for this signature in database
GPG Key ID: 367B7C7EBD84A8BD

View File

@ -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 {