Fix typo
All checks were successful
/ build (push) Successful in 5s
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-02-17 17:26:30 +01:00
parent 4008036bca
commit 1c57944a90

View file

@ -264,7 +264,7 @@ async def logout(
{
"post_logout_redirect_uri": post_logout_uri,
"id_token_hint": token["id_token"],
"cliend_id": "oidc_local_test",
"client_id": "oidc_local_test",
}
)
)
@ -301,6 +301,7 @@ async def refresh(
await update_token(provider.id, new_token)
return RedirectResponse(url=request.url_for("home"))
# Snippet for running standalone
# Mostly useful for the --version option,
# as running with uvicorn is easy and provides better flexibility, eg.