chore: Fix lint error in PasswordLessLoginForm.vue

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2026-04-30 11:22:00 +02:00 committed by nextcloud-command
parent ee44bab408
commit 6cf0e66311

View file

@ -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 }) => {