format
This commit is contained in:
parent
e83de63d34
commit
6f685960fb
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,4 +88,4 @@ export const actions = {
|
|||
|
||||
redirect(303, '/');
|
||||
},
|
||||
} satisfies Actions;
|
||||
} satisfies Actions;
|
||||
|
|
|
|||
|
|
@ -64,4 +64,4 @@
|
|||
.page {
|
||||
@apply flex flex-col items-center justify-around gap-24 py-[10%];
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue