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