Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3a351e

Browse files
committedNov 3, 2023
Redirects to template after setup
1 parent bb4ce87 commit e3a351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎site/src/pages/SetupPage/SetupPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const SetupPage: FC = () => {
3535
onSubmit={async (firstUser) => {
3636
await createFirstUserMutation.mutateAsync(firstUser);
3737
await signIn(firstUser.email, firstUser.password);
38-
navigate("/");
38+
navigate("/templates");
3939
}}
4040
/>
4141
</>

0 commit comments

Comments
 (0)
Failed to load comments.