Skip to content

Commit 191adae

Browse files
committed
fix
1 parent ddeb888 commit 191adae

File tree

1 file changed

+2
-2
lines changed
  • crates/stackable-operator/src/commons/authentication

1 file changed

+2
-2
lines changed

crates/stackable-operator/src/commons/authentication/oidc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ pub struct ClientAuthenticationOptions<T = ()> {
232232
#[serde(default)]
233233
pub extra_scopes: Vec<String>,
234234

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`.
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`.
237237
#[serde(flatten)]
238238
pub product_specific_fields: T,
239239
}

0 commit comments

Comments
 (0)