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.
1 parent 7f47177 commit 356428eCopy full SHA for 356428e
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