diff --git a/messages/en.json b/messages/en.json index 0001fa1..c2a811e 100644 --- a/messages/en.json +++ b/messages/en.json @@ -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" -} \ No newline at end of file +} diff --git a/src/lib/components/Navigation/Navbar/Navbar.svelte b/src/lib/components/Navigation/Navbar/Navbar.svelte index aefd4a3..bc396ca 100644 --- a/src/lib/components/Navigation/Navbar/Navbar.svelte +++ b/src/lib/components/Navigation/Navbar/Navbar.svelte @@ -13,4 +13,4 @@ \ No newline at end of file + diff --git a/src/routes/login/+page.server.ts b/src/routes/login/+page.server.ts index 9c2a5c8..620225f 100644 --- a/src/routes/login/+page.server.ts +++ b/src/routes/login/+page.server.ts @@ -93,4 +93,4 @@ export const actions = { redirect(303, '/'); }, -} satisfies Actions; \ No newline at end of file +} satisfies Actions; diff --git a/src/routes/login/+page.svelte b/src/routes/login/+page.svelte index 88aae76..182430f 100644 --- a/src/routes/login/+page.svelte +++ b/src/routes/login/+page.svelte @@ -79,4 +79,4 @@ .page { @apply flex flex-col items-center justify-around gap-24 py-[10%]; } - \ No newline at end of file +