Skip to content

Commit

Permalink
gateway: fix gateway amr
Browse files Browse the repository at this point in the history
  • Loading branch information
ElysaSrc authored and flomonster committed Jun 27, 2024
1 parent 891f5fd commit 435263b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ pub enum AuthProvider {
profile_scope_override: Option<String>,
username_whitelist: Option<HashSet<String>>,
acr: Option<String>,
#[serde(default)]
amr: Vec<String>,
},
}
Expand Down

0 comments on commit 435263b

Please sign in to comment.