Skip to content

Commit

Permalink
docs: smaller typos/cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Apr 18, 2024
1 parent 0d2a0f6 commit d40cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub mod openid {
/// The name of the query parameter for the post logout redirect.
///
/// The defaults to `post_logout_redirect_uri` for OpenID RP initiated logout.
/// However, e.g. older Keycloak instances require this to be `redirect_uri`.
/// However, e.g. older Keycloak instances, require this to be `redirect_uri`.
pub post_logout_redirect_name: Option<String>,
/// Additional audiences of the ID token which are considered trustworthy.
///
Expand Down

0 comments on commit d40cff2

Please sign in to comment.