프로필 수정 업데이트

This commit is contained in:
2025-06-09 23:44:43 +09:00
parent 9764a96918
commit 0fb6d98421
3 changed files with 110 additions and 71 deletions
-3
View File
@@ -30,9 +30,6 @@ const User = sequelize.define('User', {
type: DataTypes.STRING,
allowNull: false,
unique: true,
validate: {
isEmail: true
},
comment: '이메일 (암호화됨)',
get() {
const rawValue = this.getDataValue('email');