Commit f5b918fe by Rubén Ramírez

fix: [DTO*]: Añadida una anotación necesaria para el email

parent 6f326193
......@@ -16,6 +16,7 @@ public class DTOUsuario {
private Long id;
@Email
@NotBlank
private String email;
@NotBlank
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment