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-11-29 16:40:58 +0800
Commit
3bdd0079193c71d8ca6a57ed89bc3753ee782c40
1 parent
b4badcb3
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/img-captcha.js
apps/passport/controllers/img-captcha.js
View file @
3bdd007
...
...
@@ -63,7 +63,7 @@ const trySwitch = (req) => {
value
:
result
?
CAPTCHA_SWITCH
.
on
:
CAPTCHA_SWITCH
.
off
};
req
.
session
.
capt
hc
a
=
captcha
;
req
.
session
.
capt
ch
a
=
captcha
;
req
.
app
.
locals
.
captcha
=
captcha
;
});
};
...
...
Please
register
or
login
to post a comment