mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-04 04:54:40 +00:00
feat: add email verification
This commit is contained in:
@@ -23,4 +23,9 @@ public class User {
|
||||
|
||||
@Column(nullable = false)
|
||||
private String password;
|
||||
|
||||
@Column(nullable = false)
|
||||
private boolean verified = false;
|
||||
|
||||
private String verificationCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user