mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-15 01:49:10 +00:00
[Server/auth] use better expiresAt matching
This commit is contained in:
parent
9299b65575
commit
0d97ad2355
2 changed files with 2 additions and 6 deletions
|
@ -22,8 +22,6 @@ class SessionsService extends Service {
|
|||
session = this.Session.build({ id })
|
||||
}
|
||||
|
||||
console.log(maxAge)
|
||||
|
||||
session.data = data
|
||||
session.maxAge = maxAge
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue