111
This commit is contained in:
@@ -30,8 +30,7 @@ export class ApiService {
|
||||
return typeof error === "object" && error !== null && "handled" in error && error.handled === true;
|
||||
}
|
||||
|
||||
private static redirectToLogin() {
|
||||
this.userStore.offOnline();
|
||||
private static redirectToLogin() {
|
||||
window.location.href = "/";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user