Automatic google auth fix

This commit is contained in:
Dmitrii Cravcenco
2023-12-04 15:57:22 +02:00
parent aaf67ab09b
commit a84c498073

View File

@@ -34,8 +34,6 @@ public class User {
private String username;
@Transient
@NotNull(message = "Password must not be null")
@NotEmpty(message = "Password must not be empty")
private String password;
@OneToMany(mappedBy = "user", fetch = FetchType.LAZY)