Merge pull request #258 from nagisa77/codex/add-password-recovery-feature

Add password recovery
This commit is contained in:
Tim
2025-07-28 13:02:39 +08:00
committed by GitHub
8 changed files with 292 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ public class User {
private String verificationCode;
private String passwordResetCode;
private String avatar;
@Column(nullable = false)