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
htoooth
2016-08-03 18:18:06 +0800
Commit
d336ced83769c4c120c005f742b45c2297ec4456
1 parent
00c09c5e
移除console
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/passport/controllers/login.js
apps/passport/controllers/login.js
View file @
d336ced
...
...
@@ -185,7 +185,6 @@ const local = {
req
.
session
.
destroy
();
const
clearAll
=
(
v
,
k
)
=>
{
console
.
log
(
k
);
res
.
clearCookie
(
k
,
{
domain
:
config
.
cookieDomain
});
...
...
Please
register
or
login
to post a comment