style updates

This commit is contained in:
Hayden 2022-09-03 01:17:57 -08:00
parent f4f7123073
commit 6bbe62823d
19 changed files with 337 additions and 107 deletions

View file

@ -11,6 +11,11 @@
layout: 'empty',
});
const authStore = useAuthStore();
if (!authStore.isTokenExpired) {
navigateTo('/home');
}
const registerFields = [
{
label: "What's your name?",
@ -72,8 +77,6 @@
},
];
const authStore = useAuthStore();
const toast = useNotifier();
const loading = ref(false);