Skip to content

Commit

Permalink
fix: login redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Dec 19, 2023
1 parent 91f4316 commit 28dcbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Forms/LoginForm/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const LoginForm: FC = () => {
setLoginType('username');
setUser(user_name);
setDefaultNetwork(String(network.id));
router.push('/overview');
router.push('/drive');
} catch (error) {
setErrorMessage(error.message);
} finally {
Expand Down

0 comments on commit 28dcbb8

Please sign in to comment.