Added Discord to default upstream oauth2 providers, regenerated config schema

This commit is contained in:
hummingbard
2025-04-06 23:21:12 +06:00
parent d67dcd741a
commit 204b7c54b5
2 changed files with 2 additions and 1 deletions

View File

@@ -432,6 +432,7 @@ pub struct Provider {
/// - `github`
/// - `gitlab`
/// - `twitter`
/// - `discord`
#[serde(skip_serializing_if = "Option::is_none")]
pub brand_name: Option<String>,

View File

@@ -1945,7 +1945,7 @@
"type": "string"
},
"brand_name": {
"description": "A brand identifier used to customise the UI, e.g. `apple`, `google`, `github`, etc.\n\nValues supported by the default template are:\n\n- `apple` - `google` - `facebook` - `github` - `gitlab` - `twitter`",
"description": "A brand identifier used to customise the UI, e.g. `apple`, `google`, `github`, etc.\n\nValues supported by the default template are:\n\n- `apple` - `google` - `facebook` - `github` - `gitlab` - `twitter` - `discord`",
"type": "string"
},
"client_id": {