This commit is contained in:
Benjamin Palko 2024-12-20 17:10:49 -05:00
parent e83de63d34
commit 6f685960fb
3 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@
"password_incorrect": "Password is incorrect",
"email_inuse": "Email is already in use",
"user_not_found": "The user could not be found"
}
}

View file

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

View file

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