Redirect to correct page after track oauth login

Regression introduced with cff0ed5ec3
This commit is contained in:
schroda
2024-12-21 19:11:49 +01:00
parent 9e93a78a07
commit 34f484a946

View File

@@ -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();