mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add a theme picker (#11140)
This commit is contained in:
+4
-2
@@ -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