File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
crates/stackable-operator/src/commons/authentication Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ pub struct ClientAuthenticationDetails<O = ()> {
135
135
136
136
/// This field contains OIDC-specific configuration. It is only required in case OIDC is used.
137
137
//
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.
139
139
// TODO: Ideally we want this to be an enum once other `ClientAuthenticationOptions` are added, so
140
140
// that user can not configure multiple options at the same time (yes we are aware that this makes a
141
141
// changing the type of an AuthenticationClass harder).
You can’t perform that action at this time.
0 commit comments