diff --git a/frontend/src/apis/hooks/system.ts b/frontend/src/apis/hooks/system.ts index 0cd7c3799..96af55849 100644 --- a/frontend/src/apis/hooks/system.ts +++ b/frontend/src/apis/hooks/system.ts @@ -186,7 +186,7 @@ export function useSystem() { { onSuccess: () => { // TODO: Hard-coded value - window.location.replace(`/${Environment.baseUrl}`); + window.location.replace(Environment.baseUrl); }, } );