mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: add a theme picker (#11140)
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
}
|
||||
],
|
||||
"avatar_url": "",
|
||||
"login_type": "password"
|
||||
"login_type": "password",
|
||||
"theme_preference": ""
|
||||
},
|
||||
{
|
||||
"id": "[second user ID]",
|
||||
@ -30,6 +31,7 @@
|
||||
],
|
||||
"roles": [],
|
||||
"avatar_url": "",
|
||||
"login_type": "password"
|
||||
"login_type": "password",
|
||||
"theme_preference": ""
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user