cleaner login and registration

This commit is contained in:
2023-07-18 12:05:30 +02:00
parent a931977684
commit 1f34c36384
12 changed files with 153 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
export async function load({locals}) {
return {
user: locals.user
};
};