feat: add user last seen field

This commit is contained in:
Sonny
2024-10-07 02:07:39 +02:00
parent 24cea2b0b2
commit c8fb5af44d
11 changed files with 103 additions and 36 deletions

View File

@@ -1,9 +1,9 @@
{
"role": "Role",
"created_at": "Created at",
"updated_at": "Updated at",
"admin": "Administrator",
"user": "User",
"users": "Users",
"stats": "Statistics"
}
"role": "Role",
"created_at": "Created at",
"last_seen_at": "Last seen at",
"admin": "Administrator",
"user": "User",
"users": "Users",
"stats": "Statistics"
}