Web: PortalSettings: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2023-03-03 12:56:38 +03:00
parent f8000cdc2a
commit d49f5ead91

View File

@ -171,7 +171,6 @@ const THIRD_PARTY_URL = combineUrl(
); );
const SSO_URL = combineUrl(PROXY_BASE_URL, "/integration/single-sign-on"); const SSO_URL = combineUrl(PROXY_BASE_URL, "/integration/single-sign-on");
const BACKUP_URL = combineUrl(PROXY_BASE_URL, "/datamanagement/backup");
const DELETE_DATA_URLS = [ const DELETE_DATA_URLS = [
combineUrl(PROXY_BASE_URL, "/delete-data/deletion"), combineUrl(PROXY_BASE_URL, "/delete-data/deletion"),