Сообщение о капче

This commit is contained in:
Mark Struchkov 2020-02-03 12:24:17 +03:00
parent 487aef5f71
commit c62a1e2ed6

View File

@ -140,6 +140,8 @@ public class EntranceUser {
HttpResponse response = httpClient.execute(httpPost);
if (response.getStatusLine().getStatusCode() == HttpStatus.SC_OK) {
return registerNewUser(userService, optLogin.get(), message.getPersonId(), optToken.get());
} else {
return BoxAnswer.of("Вероятно превышено количество попыток входа. Необходимо в браузере выйти из своего аккаунта и повторно войти");
}
} catch (IOException e) {
BoxAnswer.of("Не удалось авторизоваться");