Cosmetic
This commit is contained in:
parent
41cf615052
commit
c7478aff5f
4 changed files with 35 additions and 21 deletions
|
@ -143,7 +143,7 @@ async def non_compliant_logout(
|
|||
return templates.TemplateResponse(
|
||||
name="non_compliant_logout.html",
|
||||
request=request,
|
||||
context={"provider": provider},
|
||||
context={"provider": provider, "home_url": request.url_for("home")},
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue