Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-03-31 15:53:12 +0800
Commit
730a10b1854f9c1816847b5fa13789dcc9af6a8c
1 parent
b550ae24
fix ip
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/auth.js
apps/passport/auth.js
View file @
730a10b
...
...
@@ -51,7 +51,7 @@ passport.use('local', new LocalStrategy({
}
let
shoppingKey
=
cookie
.
getShoppingKey
(
req
);
let
clientIp
=
req
.
clientIp
;
let
clientIp
=
req
.
yoho
.
clientIp
;
let
account
=
req
.
body
.
account
;
let
type
=
req
.
body
.
loginType
;
...
...
Please
register
or
login
to post a comment