프로필 수정 업데이트
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user