박권수

fix. social register error

...@@ -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 });
......