mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
📎 Minor change on session internal timestamp handling
This commit is contained in:
parent
01306841a9
commit
91baae3580
1 changed files with 4 additions and 4 deletions
|
@ -47,11 +47,11 @@
|
|||
(px/with-dispatch executor
|
||||
(let [profile-id (:profile-id data)
|
||||
user-agent (:user-agent data)
|
||||
token (tokens :generate {:iss "authentication"
|
||||
:iat (dt/now)
|
||||
:uid profile-id})
|
||||
|
||||
now (dt/now)
|
||||
|
||||
token (tokens :generate {:iss "authentication"
|
||||
:iat now
|
||||
:uid profile-id})
|
||||
params {:user-agent user-agent
|
||||
:profile-id profile-id
|
||||
:created-at now
|
||||
|
|
Loading…
Reference in a new issue