Compare commits

...

1 Commits

Author SHA1 Message Date
Ginger 172d59a913 fix: Default deserialize for compatibility_mode 2026-07-10 21:26:55 -04:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Fixed `global.oauth.compatibility_mode` being required, despite being ignored, when the `[global.oauth.oidc]` config section is provided.
+1
View File
@@ -2442,6 +2442,7 @@ pub struct OauthConfig {
/// legacy authentication will be unable to log in.
///
/// default: "hybrid"
#[serde(default)]
compatibility_mode: OAuthMode,
/// display: hidden