Fix login with oauth (#2935)

This commit is contained in:
Tiago Vasconcelos
2025-02-07 16:48:22 +02:00
committed by GitHub
parent a8809ed5a4
commit 503a599341
8 changed files with 209 additions and 197 deletions
+2 -4
View File
@@ -523,7 +523,7 @@ window.app.component('user-id-only', {
this.$emit('show-register', method)
},
loginUsr() {
this.$emit('update:user', this.user)
this.$emit('update:usr', this.user)
this.$emit('login-usr')
},
createWallet() {
@@ -599,9 +599,7 @@ window.app.component('username-password', {
return this.oauth.some(m => this.authMethods.includes(m))
}
},
created() {
console.log('username-password created', this.passwordRepeat)
}
created() {}
})
window.app.component('separator-text', {