Mentions légales du service

Skip to content
Snippets Groups Projects

feat: Disable captcha mandatory

Merged Deniro StopCovid requested to merge feat-disable-captcha-validation into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -71,7 +71,7 @@ public class RegisterControllerImpl implements IRegisterController {
@Override
public ResponseEntity<RegisterResponseDto> register(RegisterVo registerVo) throws RobertServerException {
// TODO: Enable this when the problem where fixed
// TODO: Enable this when the capcha becomes
// if (StringUtils.isEmpty(registerVo.getCaptcha())) {
// return ResponseEntity.status(HttpStatus.UNAUTHORIZED).build();
// }
Loading