Skip to content

Commit 4c93242

Browse files
committed
chore: Fix lint error in PasswordLessLoginForm.vue
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 57e0b98 commit 4c93242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/login/PasswordLessLoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default defineComponent({
133133
this.$emit('update:username', this.user)
134134
},
135135
completeAuthentication(challenge) {
136-
const redirectUrl = this.redirectUrl
136+
let redirectUrl = this.redirectUrl
137137
138138
return finishAuthentication(challenge)
139139
.then(({ defaultRedirectUrl }) => {

0 commit comments

Comments
 (0)