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 9bd5ee8 commit 143f79dCopy full SHA for 143f79d
ui/src/views/auth/Login.vue
@@ -318,7 +318,6 @@ export default {
318
if (response) {
319
const oauthproviders = response.listoauthproviderresponse.oauthprovider || []
320
oauthproviders.forEach(item => {
321
- this.socialLogin = true
322
if (item.provider === 'google') {
323
this.googleprovider = item.enabled
324
this.googleclientid = item.clientid
@@ -330,6 +329,7 @@ export default {
330
329
this.githubredirecturi = item.redirecturi
331
}
332
})
+ this.socialLogin = this.googleprovider || this.githubprovider
333
334
335
api('forgotPassword', {}).then(response => {
0 commit comments