We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86509aa commit 5791ccaCopy full SHA for 5791cca
src/routes/Settings.tsx
@@ -36,7 +36,7 @@ export const SettingsRoute: React.FC = () => {
36
}, []);
37
38
const goToEnterprise = useCallback(() => {
39
- return navigate('/login-enterprise');
+ return navigate('/login-enterprise', { replace: true });
40
41
42
const footerButtonClass =
0 commit comments