Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2017-03-06 18:58:16 +0800
Commit
d209c60f890f6020c9ddc521467311c9bb800a63
1 parent
a67c26fe
完善数据校验
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/passport/controllers/reg.js
apps/passport/controllers/reg.js
View file @
d209c60
...
...
@@ -429,6 +429,9 @@ let setPassword = (req, res, next) => {
return
AuthHelper
.
syncUserSession
(
result
.
data
.
uid
,
req
,
res
);
}).
then
(()
=>
{
if
(
!
resultCopy
)
{
return
;
}
// 返回跳转到来源页面
let
refer
=
req
.
cookies
.
refer
;
...
...
Please
register
or
login
to post a comment