fix: Remember session creation (#33082)
This commit is contained in:
parent
36d9779e3f
commit
bdab7e30f8
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ class Session:
|
|||
self.data.data.update(
|
||||
{
|
||||
"last_updated": frappe.utils.now(),
|
||||
"creation": frappe.utils.now(),
|
||||
"session_expiry": get_expiry_period(),
|
||||
"full_name": self.full_name,
|
||||
"user_type": self.user_type,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue