Compare commits

...

1 Commits

Author SHA1 Message Date
Lakhan Samani
cddfe1e088 fix: response 2022-10-18 21:46:37 +05:30

View File

@@ -180,8 +180,11 @@ func AuthorizeHandler() gin.HandlerFunc {
// }
handleResponse(gc, responseMode, loginURL, redirectURI, map[string]interface{}{
"code": code,
"state": state,
"type": "authorization_response",
"response": map[string]string{
"code": code,
"state": state,
},
}, http.StatusOK)
return