Shared: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2024-08-16 15:41:00 +03:00
parent 2a3019362f
commit 7fff40a677
2 changed files with 0 additions and 12 deletions

View File

@ -110,15 +110,6 @@ export type TTariff = {
quotas: TQuotas[];
};
export type TTenantExtraRes = {
customMode: boolean;
opensource: boolean;
enterprise: boolean;
notPaid: boolean;
licenseAccept: Date;
enableTariffPage: boolean;
};
export type TRestoreProgress = {
progress: number;
error?: TError;

View File

@ -41,7 +41,6 @@ import {
isPublicPreview,
} from "../utils/common";
import { getCookie, setCookie } from "../utils/cookie";
import { TTenantExtraRes } from "../api/portal/types";
import { TenantStatus } from "../enums";
import { COOKIE_EXPIRATION_YEAR, LANGUAGE } from "../constants";
import { Nullable, TI18n } from "../types";
@ -75,8 +74,6 @@ class AuthStore {
isUpdatingTariff = false;
tenantExtra: Nullable<TTenantExtraRes> = null;
skipRequest = false;
skipModules = false;