This commit is contained in:
Benjamin Palko 2024-12-30 15:09:50 -05:00
parent 904178629f
commit 836a702e87
4 changed files with 4 additions and 4 deletions

View file

@ -14,4 +14,4 @@
"login_error_password_incorrect": "Password is incorrect",
"login_error_email_inuse": "Email is already in use",
"login_error_user_not_found": "The user could not be found"
}
}

View file

@ -13,4 +13,4 @@
</header>
<style>
</style>
</style>

View file

@ -93,4 +93,4 @@ export const actions = {
redirect(303, '/');
},
} satisfies Actions;
} satisfies Actions;

View file

@ -79,4 +79,4 @@
.page {
@apply flex flex-col items-center justify-around gap-24 py-[10%];
}
</style>
</style>