We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafac46 commit ec00b27Copy full SHA for ec00b27
src/routes/(auth)/login/+page.server.ts
@@ -19,7 +19,7 @@ import { HOME_PAGE } from '$lib/constants/navbar-links';
19
import type { Actions, PageServerLoad } from './$types';
20
21
export const load: PageServerLoad = async ({ locals }) => {
22
- return await initializeAuthForm(locals);
+ return initializeAuthForm(locals);
23
};
24
25
export const actions: Actions = {
0 commit comments