mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
comment commit
This commit is contained in:
parent
67d115e70f
commit
c7c5091a22
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ import { Meteor } from 'meteor/meteor';
|
|||
|
||||
const cookie = new Cookies();
|
||||
|
||||
|
||||
function setToken(loginToken, expires) {
|
||||
if (loginToken && expires !== -1) {
|
||||
cookie.set('meteor_login_token', loginToken, {
|
||||
|
|
Loading…
Add table
Reference in a new issue