From 6cf0e6631120546d690a535112f89ddd3857bc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 30 Apr 2026 11:22:00 +0200 Subject: [PATCH] chore: Fix lint error in PasswordLessLoginForm.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- core/src/components/login/PasswordLessLoginForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/login/PasswordLessLoginForm.vue b/core/src/components/login/PasswordLessLoginForm.vue index f6b362a3252..1730afc1990 100644 --- a/core/src/components/login/PasswordLessLoginForm.vue +++ b/core/src/components/login/PasswordLessLoginForm.vue @@ -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 }) => {