Login:Src:Utils: add a list of confirm pages without LanguageCombobox

This commit is contained in:
Darya Umrikhina 2024-08-09 14:21:15 +04:00
parent 65d6b3753c
commit b2b8e4a063

View File

@ -55,3 +55,16 @@ export const TFA_IOS_APP_URL =
"https://apps.apple.com/app/google-authenticator/id388497605";
export const TFA_WIN_APP_URL =
"https://www.microsoft.com/ru-ru/p/authenticator/9wzdncrfj3rj?rtc=1&activetab=pivot:overviewtab";
export const TYPE_LINK_WITHOUT_LNG_COMBOBOX = [
"Activation",
"PasswordChange",
"PhoneActivation",
"PortalOwnerChange",
"ProfileRemove",
"TfaActivation",
"TfaAuth",
"PortalRemove",
"PortalSuspend",
"PortalContinue",
];