mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: Fix lint error in PasswordLessLoginForm.vue
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
32b37f32dd
commit
9897e8005d
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
completeAuthentication(challenge) {
|
||||
const redirectUrl = this.redirectUrl
|
||||
let redirectUrl = this.redirectUrl
|
||||
|
||||
return finishAuthentication(challenge)
|
||||
.then(({ defaultRedirectUrl }) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue