Showing
1 changed file
with
1 additions
and
1 deletions
@@ -73,7 +73,7 @@ const local = { | @@ -73,7 +73,7 @@ const local = { | ||
73 | res.clearCookie('_UID', { | 73 | res.clearCookie('_UID', { |
74 | domain: 'yohobuy.com' | 74 | domain: 'yohobuy.com' |
75 | }); | 75 | }); |
76 | - res.clearCookie('_TOKEN', { | 76 | + res.clearCookie('_TOKEN', { |
77 | domain: 'yohobuy.com' | 77 | domain: 'yohobuy.com' |
78 | }); | 78 | }); |
79 | 79 |
-
Please register or login to post a comment