diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/views/Login.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/src/views/Login.vue b/core/src/views/Login.vue index 588369e5408..4afa81d0dfa 100644 --- a/core/src/views/Login.vue +++ b/core/src/views/Login.vue @@ -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> |