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 1137f7c commit fed9a74Copy full SHA for fed9a74
src/routes/(auth)/signup/+page.server.ts
@@ -84,6 +84,6 @@ export const actions: Actions = {
84
85
// redirect to
86
// make sure you don't throw inside a try/catch block!
87
- redirect(SEE_OTHER, HOME_PAGE);
+ return redirect(SEE_OTHER, HOME_PAGE);
88
},
89
};
0 commit comments