Automatic google auth fix
This commit is contained in:
@@ -34,8 +34,6 @@ public class User {
|
|||||||
private String username;
|
private String username;
|
||||||
|
|
||||||
@Transient
|
@Transient
|
||||||
@NotNull(message = "Password must not be null")
|
|
||||||
@NotEmpty(message = "Password must not be empty")
|
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
@OneToMany(mappedBy = "user", fetch = FetchType.LAZY)
|
@OneToMany(mappedBy = "user", fetch = FetchType.LAZY)
|
||||||
|
|||||||
Reference in New Issue
Block a user