mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-22 19:42:50 +01:00
Merge PR #11: compatibility to kanidm
This commit is contained in:
commit
88aed8e903
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ struct OidcQuery {
|
|||
code: String,
|
||||
state: String,
|
||||
#[allow(dead_code)]
|
||||
session_state: String,
|
||||
session_state: Option<String>,
|
||||
}
|
||||
|
||||
/// oidc session
|
||||
|
|
Loading…
Reference in a new issue