Redirect to correct page after track oauth login
Regression introduced with cff0ed5ec3
This commit is contained in:
@@ -40,7 +40,7 @@ export const TrackerOAuthLogin = () => {
|
|||||||
makeToast(t('tracking.action.login.label.failure', { name: trackerName }), 'error', getErrorMessage(e));
|
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();
|
login();
|
||||||
|
|||||||
Reference in New Issue
Block a user