Skip to content

Commit 5791cca

Browse files
author
Brendan Mulholland
committed
Replace route that missed it in conversion
1 parent 86509aa commit 5791cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const SettingsRoute: React.FC = () => {
3636
}, []);
3737

3838
const goToEnterprise = useCallback(() => {
39-
return navigate('/login-enterprise');
39+
return navigate('/login-enterprise', { replace: true });
4040
}, []);
4141

4242
const footerButtonClass =

0 commit comments

Comments
 (0)