We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddeb888 commit 191adaeCopy full SHA for 191adae
crates/stackable-operator/src/commons/authentication/oidc.rs
@@ -232,8 +232,8 @@ pub struct ClientAuthenticationOptions<T = ()> {
232
#[serde(default)]
233
pub extra_scopes: Vec<String>,
234
235
- /// If desired, operators can add custom fields that are only needed for this specific product.
236
- /// They need to create a struct holding them and pass that as `T`.
+ // If desired, operators can add custom fields that are only needed for this specific product.
+ // They need to create a struct holding them and pass that as `T`.
237
#[serde(flatten)]
238
pub product_specific_fields: T,
239
}
0 commit comments