Remove js navigation on alternative login click

Signed-off-by: zorn-v <zorn7@yandex.ru>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
zorn-v 2022-11-16 13:34:56 +10:00 committed by nextcloud-command
parent 7d1b090b70
commit 0b6344ea37
3 changed files with 4 additions and 8 deletions

View file

@ -109,8 +109,7 @@
:wide="true"
:class="[alternativeLogin.class]"
role="link"
:href="alternativeLogin.href"
@click="goTo(alternativeLogin.href)">
:href="alternativeLogin.href">
{{ alternativeLogin.name }}
</NcButton>
</div>
@ -184,9 +183,6 @@ export default {
this.resetPasswordTarget = ''
this.directLogin = true
},
goTo(href) {
window.location.href = href
},
},
}
</script>

4
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long