Skip to content

Commit ddeb888

Browse files
committed
fix
1 parent 8b4c60e commit ddeb888

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub struct ClientAuthenticationDetails<O = ()> {
135135

136136
/// This field contains OIDC-specific configuration. It is only required in case OIDC is used.
137137
//
138-
/// Use [`ClientAuthenticationDetails::oidc_or_error`] to get the value or report an error to the user.
138+
// Use [`ClientAuthenticationDetails::oidc_or_error`] to get the value or report an error to the user.
139139
// TODO: Ideally we want this to be an enum once other `ClientAuthenticationOptions` are added, so
140140
// that user can not configure multiple options at the same time (yes we are aware that this makes a
141141
// changing the type of an AuthenticationClass harder).

0 commit comments

Comments
 (0)