mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Restored auth logic
This commit is contained in:
parent
2bda2b1cbd
commit
768993b587
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
:dir="dir"
|
||||
>
|
||||
<nav-header />
|
||||
<router-view v-if="!user" />
|
||||
<router-view v-if="user" />
|
||||
<authorizing v-else />
|
||||
<toast />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue