The home button brings us to /login already

@ogerly by the way: Prefer `v-else` instaed of double `if-clauses` -
less errors.
This commit is contained in:
Robert Schäfer 2019-08-05 23:15:25 +02:00
parent a6f5fe8ea3
commit 18c066d17d
2 changed files with 2 additions and 9 deletions

View File

@ -57,13 +57,6 @@
<no-ssr>
<locale-switch class="topbar-locale-switch" placement="top" offset="8" />
</no-ssr>
<template v-if="!isLoggedIn">
<div class="avatar-menu-popover" style="margin-left:20px">
<nuxt-link class="login-link" :to="{ name: 'login' }">
{{ $t('login.login') }}
</nuxt-link>
</div>
</template>
<template v-if="isLoggedIn">
<no-ssr>
<notification-menu placement="top" />

View File

@ -11,8 +11,8 @@
"site": {
"made": "Made with &#10084;",
"imprint": "Imprint",
"termsAc": "Terms and conditions",
"data-data-privacy": "Data data-data-privacy",
"termsAndConditions": "Terms and conditions",
"data-privacy": "Data privacy",
"changelog": "Changes & History",
"contact": "Contact",
"tribunal": "Registry court",