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 194cce2 commit a2cb4fcCopy full SHA for a2cb4fc
ui/src/views/login/index.vue
@@ -179,7 +179,7 @@ function redirectAuth(authType: string) {
179
if (authType === 'OIDC') {
180
url = `${config.authEndpoint}?client_id=${config.clientId}&redirect_uri=${redirectUrl}&response_type=code&scope=openid+profile+email`
181
}
182
- if (authType === 'OAUTH2') {
+ if (authType === 'OAuth2') {
183
url =
184
`${config.authEndpoint}?client_id=${config.clientId}&response_type=code` +
185
`&redirect_uri=${redirectUrl}&state=${res.data.id}`
0 commit comments