SUPPORT-9021: Fix

This commit is contained in:
Eduard Tihomirov 2025-03-21 11:04:55 +03:00
parent aacf343a53
commit de5e5d16b1

View file

@ -7,6 +7,6 @@ export class EsiaErrorDetail {
}; };
public static getDescription(code: string): string { public static getDescription(code: string): string {
return this.errors[code] || 'Доступ запрещен. Обратитесь к системному администратору. Ошибка ' + code; return this.errors[code] || 'Система временно недоступна. Пожалуйста, повторите попытку позже. Ошибка ЕСИА ' + code;
} }
} }