Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -335,7 +335,7 @@ exports.socialRegister = async ctx => { | ... | @@ -335,7 +335,7 @@ exports.socialRegister = async ctx => { |
| 335 | 335 | ||
| 336 | const user = new User({ | 336 | const user = new User({ |
| 337 | userId, | 337 | userId, |
| 338 | - hashedPassword : '', | 338 | + hashedPassword : 'unnecessary', |
| 339 | authTypeCd : socialType.toUpperCase(), | 339 | authTypeCd : socialType.toUpperCase(), |
| 340 | useYn : 'Y', | 340 | useYn : 'Y', |
| 341 | }); | 341 | }); | ... | ... |
-
Please register or login to post a comment