Fix non complient logout
This commit is contained in:
parent
54345dcafd
commit
5b70d4bbea
2 changed files with 4 additions and 4 deletions
|
@ -245,7 +245,7 @@ async def non_compliant_logout(
|
|||
return templates.TemplateResponse(
|
||||
name="non_compliant_logout.html",
|
||||
request=request,
|
||||
context={"provider": provider, "home_url": request.url_for("home")},
|
||||
context={"oidc_provider": oidc_provider, "home_url": request.url_for("home")},
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue