Shared:Store:AuthStore Disabled other request

This commit is contained in:
Akmal Isomadinov 2024-04-25 18:42:24 +05:00
parent e7f2a630b2
commit 0d992feda1

View File

@ -39,6 +39,7 @@ import {
isAdmin,
isPublicRoom,
insertDataLayer,
isPublicPreview,
} from "../utils/common";
import { getCookie, setCookie } from "../utils/cookie";
import { TTenantExtraRes } from "../api/portal/types";
@ -169,6 +170,7 @@ class AuthStore {
if (
this.settingsStore?.isLoaded &&
this.settingsStore?.socketUrl &&
!isPublicPreview() &&
!isPublicRoom() &&
!isPortalDeactivated
) {