From 2bcf94a88a61863abe19c69eedc85c44f86a49d5 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Wed, 16 Nov 2022 13:34:56 +1000 Subject: Remove js navigation on alternative login click Signed-off-by: zorn-v Signed-off-by: nextcloud-command --- core/src/views/Login.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'core') 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 }} @@ -184,9 +183,6 @@ export default { this.resetPasswordTarget = '' this.directLogin = true }, - goTo(href) { - window.location.href = href - }, }, } -- cgit v1.2.3