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
parent 32b37f32dd
commit 9897e8005d
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -144,7 +144,7 @@ export default defineComponent({
},
completeAuthentication(challenge) {
const redirectUrl = this.redirectUrl
let redirectUrl = this.redirectUrl
return finishAuthentication(challenge)
.then(({ defaultRedirectUrl }) => {