mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: Fix lint error in PasswordLessLoginForm.vue
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
ee44bab408
commit
6cf0e66311
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export default defineComponent({
|
|||
this.$emit('update:username', this.user)
|
||||
},
|
||||
completeAuthentication(challenge) {
|
||||
const redirectUrl = this.redirectUrl
|
||||
let redirectUrl = this.redirectUrl
|
||||
|
||||
return finishAuthentication(challenge)
|
||||
.then(({ defaultRedirectUrl }) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue