Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shijian
2017-04-21 10:20:30 +0800
Commit
2f00eb058aaf5265afb76f9194d63ea15f7d2dfb
1 parent
0c84a025
save
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/passport/controllers/captcha.js
apps/passport/controllers/captcha.js
View file @
2f00eb0
...
...
@@ -59,7 +59,6 @@ const generate = (req, res) => {
req
.
session
.
captcha
=
captcha
.
text
;
req
.
session
.
captchaCount
=
0
;
req
.
session
.
hasGetSMS
=
false
;
res
.
writeHead
(
200
,
{
'Content-Type'
:
'image/png'
...
...
Please
register
or
login
to post a comment