diff --git a/src/api/internal/httpClient.ts b/src/api/internal/httpClient.ts index a029412..8c75dee 100644 --- a/src/api/internal/httpClient.ts +++ b/src/api/internal/httpClient.ts @@ -8,7 +8,7 @@ const GoLogin = () => { }; const GoError = () => { - // window.location.href = "/error"; + window.location.href = "/error"; }; export class HttpClient {