Skip to content

Commit 65f4c4d

Browse files
Added Discord to default upstream oauth2 providers, regenerated config schema
1 parent 7964e55 commit 65f4c4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/config/src/sections/upstream_oauth2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ pub struct Provider {
432432
/// - `github`
433433
/// - `gitlab`
434434
/// - `twitter`
435+
/// - `discord`
435436
#[serde(skip_serializing_if = "Option::is_none")]
436437
pub brand_name: Option<String>,
437438

docs/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@
19451945
"type": "string"
19461946
},
19471947
"brand_name": {
1948-
"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`",
1948+
"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`",
19491949
"type": "string"
19501950
},
19511951
"client_id": {

0 commit comments

Comments
 (0)