summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/Login.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/src/views/Login.vue b/core/src/views/Login.vue
index 304bc883557..6218aa7fe8b 100644
--- a/core/src/views/Login.vue
+++ b/core/src/views/Login.vue
@@ -46,7 +46,9 @@
{{ t('core', 'Forgot password?') }}
</a>
<br>
- <a v-if="hasPasswordless" @click.prevent="passwordlessLogin = true">
+ <a v-if="hasPasswordless"
+ href="#"
+ @click.prevent="passwordlessLogin = true">
{{ t('core', 'Log in with a device') }}
</a>
</div>
@@ -61,7 +63,7 @@
:is-https="isHttps"
:has-public-key-credential="hasPublicKeyCredential"
@submit="loading = true" />
- <a @click.prevent="passwordlessLogin = false">
+ <a @click.prevent="passwordlessLogin = false" href="#">
{{ t('core', 'Back') }}
</a>
</div>