Fix redirect issues after logging in (#1857)

pull/1881/head v1.0.5-beta.29
LASER-Yi 2 years ago
parent 4b71b8ae65
commit b724305eb4

@ -186,7 +186,7 @@ export function useSystem() {
{ {
onSuccess: () => { onSuccess: () => {
// TODO: Hard-coded value // TODO: Hard-coded value
window.location.replace(`/${Environment.baseUrl}`); window.location.replace(Environment.baseUrl);
}, },
} }
); );

Loading…
Cancel
Save