From 9897e8005d294d16d0f151716d2708d6130c744d 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 ed6186d59ac..97f4fcc2563 100644 --- a/core/src/components/login/PasswordLessLoginForm.vue +++ b/core/src/components/login/PasswordLessLoginForm.vue @@ -144,7 +144,7 @@ export default defineComponent({ }, completeAuthentication(challenge) { - const redirectUrl = this.redirectUrl + let redirectUrl = this.redirectUrl return finishAuthentication(challenge) .then(({ defaultRedirectUrl }) => {