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-20 16:36:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f878b05194f657916e4512bddaf67517a8ebeef
5f878b05
1 parent
a8ef723c
fix. 소셜로그인(네이버) : 휴대폰 번호 '-' 없애기
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 @
5f878b0
...
...
@@ -309,7 +309,7 @@ exports.socialRegister = async ctx => {
return
{
userId
:
email
,
userNm
:
name
,
contact
:
mobile
,
contact
:
mobile
?
mobile
.
split
(
'-'
).
join
(
''
)
:
`
${
email
}
_등록되지않은 번호`
,
birth
:
`
${
birthyear
}
-
${
birthday
}
`
,
};
}
...
...
Please
register
or
login
to post a comment