summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/apis/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/apis/hooks')
-rw-r--r--frontend/src/apis/hooks/system.ts2
1 files changed, 1 insertions, 1 deletions
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);
},
}
);