Skip to content

Commit 6cf0e66

Browse files
come-ncnextcloud-command
authored andcommitted
chore: Fix lint error in PasswordLessLoginForm.vue
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent ee44bab commit 6cf0e66

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)