We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ff88e commit 52a66ebCopy full SHA for 52a66eb
backend/src/main/java/org/eventplanner/users/entities/UserDetails.java
@@ -31,7 +31,7 @@ public class UserDetails {
31
private @NonNull List<Role> roles = new LinkedList<>();
32
private @NonNull List<UserQualification> qualifications = new LinkedList<>();
33
private @Nullable Address address;
34
- private @NonNull String email;
+ private @Nullable String email;
35
private @Nullable String phone;
36
private @Nullable String mobile;
37
private @Nullable ZonedDateTime dateOfBirth;
0 commit comments