Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-10-04 22:10:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6415e2964e8a4fa9938529b77767d41afbf8feb
b6415e29
1 parent
c16d1b7e
fix. social register error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/api/auth/auth.ctrl.js
server/src/api/auth/auth.ctrl.js
View file @
b6415e2
...
...
@@ -335,7 +335,7 @@ exports.socialRegister = async ctx => {
const
user
=
new
User
({
userId
,
hashedPassword
:
''
,
hashedPassword
:
'
unnecessary
'
,
authTypeCd
:
socialType
.
toUpperCase
(),
useYn
:
'Y'
,
});
...
...
Please
register
or
login
to post a comment