mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 23:48:04 +08:00
fix: workspace member's last_active should be last_active_time, but not last_login_time (#4906)
This commit is contained in:
@ -28,6 +28,7 @@ account_with_role_fields = {
|
||||
'avatar': fields.String,
|
||||
'email': fields.String,
|
||||
'last_login_at': TimestampField,
|
||||
'last_active_at': TimestampField,
|
||||
'created_at': TimestampField,
|
||||
'role': fields.String,
|
||||
'status': fields.String,
|
||||
|
||||
Reference in New Issue
Block a user