SUPPORT-8682: Fix
This commit is contained in:
parent
66839235fb
commit
027466753f
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ public class EsiaAuthService {
|
|||
if (error != null) {
|
||||
createTokenAndAddCookie(response, null, null, false, EXPIRES_IN);
|
||||
return new ResponseEntity<>(
|
||||
"Произошла ошибка неизвестная ошибка. Обратитесь к системному администратору",
|
||||
"Произошла неизвестная ошибка. Обратитесь к системному администратору",
|
||||
HttpStatus.FORBIDDEN
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue