Skip to content

Commit

Permalink
Redirect to correct page after track oauth login
Browse files Browse the repository at this point in the history
Regression introduced with cff0ed5
  • Loading branch information
schroda committed Dec 21, 2024
1 parent 9e93a78 commit 34f484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tracker/screens/TrackerOAuthLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const TrackerOAuthLogin = () => {
makeToast(t('tracking.action.login.label.failure', { name: trackerName }), 'error', getErrorMessage(e));
}

navigate(AppRoutes.tracker.path, { replace: true });
navigate(AppRoutes.settings.childRoutes.tracking.path, { replace: true });
};

login();
Expand Down

0 comments on commit 34f484a

Please sign in to comment.