diff --git a/app/components/LoginForm.vue b/app/components/LoginForm.vue index 8dd34a3..622b6c6 100644 --- a/app/components/LoginForm.vue +++ b/app/components/LoginForm.vue @@ -58,8 +58,8 @@ const doLogin = async () => { - - + + diff --git a/app/components/SignupForm.vue b/app/components/SignupForm.vue index 9bfa07a..217c684 100644 --- a/app/components/SignupForm.vue +++ b/app/components/SignupForm.vue @@ -74,8 +74,8 @@ const createAccount = async () => { - - + + diff --git a/app/layouts/Default.vue b/app/layouts/Default.vue index f82fff1..ad31ba6 100644 --- a/app/layouts/Default.vue +++ b/app/layouts/Default.vue @@ -8,12 +8,8 @@ import { SidebarInset, SidebarProvider, SidebarTrigger } from "~/components/ui/s import { Separator } from "~/components/ui/separator"; -import { useRuntimeConfig } from "#app"; - const currentYear = new Date().getFullYear(); -const config = useRuntimeConfig(); - const authStore = useAuthStore(); await authStore.init(); @@ -31,12 +27,8 @@ await authStore.init(); diff --git a/app/layouts/default/Sidebar.vue b/app/layouts/default/Sidebar.vue index e4abdd5..937847e 100644 --- a/app/layouts/default/Sidebar.vue +++ b/app/layouts/default/Sidebar.vue @@ -1,6 +1,7 @@