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
姜枫
2016-07-08 14:03:57 +0800
Commit
5d72621e85e3882a9c288e01a607cbe5187e150a
1 parent
d6f44661
upate alipay login
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/models/passport-alipay.js
apps/passport/models/passport-alipay.js
View file @
5d72621
...
...
@@ -74,7 +74,7 @@ AlipayStrategy.prototype.authenticate = function(req, options) {
realName
:
req
.
query
.
realName
,
email
:
req
.
query
.
email
};
this
.
success
(
user
,
null
);
}
else
{
this
.
error
(
'alipay login fail'
);
...
...
Please
register
or
login
to post a comment