format
This commit is contained in:
parent
904178629f
commit
836a702e87
4 changed files with 4 additions and 4 deletions
|
|
@ -14,4 +14,4 @@
|
||||||
"login_error_password_incorrect": "Password is incorrect",
|
"login_error_password_incorrect": "Password is incorrect",
|
||||||
"login_error_email_inuse": "Email is already in use",
|
"login_error_email_inuse": "Email is already in use",
|
||||||
"login_error_user_not_found": "The user could not be found"
|
"login_error_user_not_found": "The user could not be found"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,4 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -93,4 +93,4 @@ export const actions = {
|
||||||
|
|
||||||
redirect(303, '/');
|
redirect(303, '/');
|
||||||
},
|
},
|
||||||
} satisfies Actions;
|
} satisfies Actions;
|
||||||
|
|
|
||||||
|
|
@ -79,4 +79,4 @@
|
||||||
.page {
|
.page {
|
||||||
@apply flex flex-col items-center justify-around gap-24 py-[10%];
|
@apply flex flex-col items-center justify-around gap-24 py-[10%];
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue