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 a2690e9 commit 6c75e5eCopy full SHA for 6c75e5e
ui/src/views/auth/Login.vue
@@ -289,7 +289,6 @@ export default {
289
if (response) {
290
const oauthproviders = response.listoauthproviderresponse.oauthprovider || []
291
oauthproviders.forEach(item => {
292
- this.socialLogin = true
293
if (item.provider === 'google') {
294
this.googleprovider = item.enabled
295
this.googleclientid = item.clientid
@@ -301,6 +300,7 @@ export default {
301
300
this.githubredirecturi = item.redirecturi
302
}
303
})
+ this.socialLogin = this.googleprovider || this.githubprovider
304
305
306
},
0 commit comments