frontend: Login-Redirect for unauth requests
This commit is contained in:
parent
ffbbd3d0ac
commit
c8b6e4757f
4 changed files with 62 additions and 27 deletions
|
|
@ -3,3 +3,16 @@
|
|||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity .2s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue