diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue index 423ec7d..a7846e2 100644 --- a/frontend/pages/index.vue +++ b/frontend/pages/index.vue @@ -101,7 +101,6 @@ toast.success("Logged in successfully"); - // @ts-expect-error - expires is either a date or a string, need to figure out store typing authStore.$patch({ token: data.token, expires: data.expiresAt, @@ -214,11 +213,13 @@
Registration Disabled