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 1e4fbe4 commit 77be49fCopy full SHA for 77be49f
src/routes/(auth)/signup/+page.server.ts
@@ -20,7 +20,7 @@ import { HOME_PAGE } from '$lib/constants/navbar-links';
20
import type { Actions, PageServerLoad } from './$types';
21
22
export const load: PageServerLoad = async ({ locals }) => {
23
- return await initializeAuthForm(locals);
+ return initializeAuthForm(locals);
24
};
25
26
// FIXME: エラー処理に共通部分があるため、リファクタリングをしましょう。
0 commit comments