wip
This commit is contained in:
@@ -8,7 +8,7 @@ const authStore = useAuthStore()
|
||||
|
||||
<template>
|
||||
<div class="h-screen bg-gray-500">
|
||||
<div class="h-full m-auto py-4 md:w-4/5 sm:w-full w-full">
|
||||
<div class="h-full m-auto py-4 md:w-full sm:w-full w-full">
|
||||
<MainView v-if="authStore.isAuth" />
|
||||
<SignInView v-else />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user