This commit is contained in:
dute7liang
2024-01-01 16:09:26 +08:00
parent b254118bf5
commit 48d655f737
2 changed files with 0 additions and 5 deletions

View File

@@ -249,7 +249,6 @@ public class CaiLoginManager {
add.setType(0);
add.setPassword(BCrypt.hashpw(user.getPassword()));
add.setMobile(user.getUsername());
add.setMobileStatus(1);
add.setAvatar(null);
add.setGender(user.getGender());
add.setCity(user.getCity());