Remove undefined variable forceShowContent

pull/1603/head
Louis Lam 2 years ago
parent 63c8d24d6f
commit 02a8147f22

@ -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>

Loading…
Cancel
Save