Merge branch 'feature/SUPPORT-9021_add_esia_error' into develop
This commit is contained in:
commit
28ea09e5f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue