mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: add updated_at to codersdk users (#13928)
* chore: add updated_at to codersdk users
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
"name": "Test User",
|
||||
"email": "testuser@coder.com",
|
||||
"created_at": "[timestamp]",
|
||||
"updated_at": "[timestamp]",
|
||||
"last_seen_at": "[timestamp]",
|
||||
"status": "active",
|
||||
"login_type": "password",
|
||||
@ -27,6 +28,7 @@
|
||||
"name": "",
|
||||
"email": "testuser2@coder.com",
|
||||
"created_at": "[timestamp]",
|
||||
"updated_at": "[timestamp]",
|
||||
"last_seen_at": "[timestamp]",
|
||||
"status": "dormant",
|
||||
"login_type": "password",
|
||||
|
Reference in New Issue
Block a user