Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 990401a

Browse files
committed
disable redirection
1 parent ac22d0e commit 990401a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const App = () => {
5858
const onboardingPath = checkOnboarding(response);
5959
if (onboardingPath) {
6060
setHideSwitchTools(true);
61-
navigate(onboardingPath);
6261
} else {
6362
setHideSwitchTools(false);
6463
}

0 commit comments

Comments
 (0)