mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +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…
Add table
Add a link
Reference in a new issue