diff --git a/messages/en.json b/messages/en.json index bbc41da..b3c3fd1 100644 --- a/messages/en.json +++ b/messages/en.json @@ -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" -} \ No newline at end of file +} diff --git a/src/routes/login/+page.server.ts b/src/routes/login/+page.server.ts index f1fd2fa..e703154 100644 --- a/src/routes/login/+page.server.ts +++ b/src/routes/login/+page.server.ts @@ -88,4 +88,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 8430252..4978eaf 100644 --- a/src/routes/login/+page.svelte +++ b/src/routes/login/+page.svelte @@ -64,4 +64,4 @@ .page { @apply flex flex-col items-center justify-around gap-24 py-[10%]; } - \ No newline at end of file +