We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f47177 + 356428e commit 9ae616bCopy full SHA for 9ae616b
server/handlers/authorize.go
@@ -84,9 +84,9 @@ func AuthorizeHandler() gin.HandlerFunc {
84
85
if responseMode == "" {
86
if val, err := memorystore.Provider.GetStringStoreEnvVariable(constants.EnvKeyDefaultAuthorizeResponseMode); err == nil {
87
- responseType = val
+ responseMode = val
88
} else {
89
- responseType = constants.ResponseModeQuery
+ responseMode = constants.ResponseModeQuery
90
}
91
92
0 commit comments