mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
parent
7d1b090b70
commit
0b6344ea37
3 changed files with 4 additions and 8 deletions
|
|
@ -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
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue