add acr parameter for auth-layer

This commit is contained in:
Michael Michel 2024-05-24 14:39:22 +02:00 committed by spiegie
parent e62aba722c
commit d837f3b6d6
3 changed files with 17 additions and 2 deletions

View file

@ -41,6 +41,7 @@ pub async fn run(
client_id,
client_secret,
vec![],
None,
)
.await
.unwrap(),