193194195196197198199200
if (token.getCaptcha() != null && captcha.equalsIgnoreCase(EncriptionKit.encrypt(token.getCaptcha().toLowerCase()))) { return; } } throw new IncorrectCaptchaException(); } }