Merge branch 'master' into master

This commit is contained in:
Karel Krýda 2022-05-01 12:40:34 +02:00 committed by GitHub
commit 2b14bdae62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 37 additions and 15 deletions

View file

@ -71,7 +71,7 @@
</header>
<main>
<router-view v-if="$root.loggedIn || forceShowContent" />
<router-view v-if="$root.loggedIn" />
<Login v-if="! $root.loggedIn && $root.allowLoginDialog" />
</main>