Fix authorize URL

This commit is contained in:
Kumi 2023-07-08 16:34:38 +02:00
parent 88d40840c4
commit c8eae8cc8b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -15,7 +15,7 @@
Client <strong>{{ client.name }}</strong> would like to access this information of you...</p>
<form method="post" action="/openid/authorize">
<form method="post" action="/openid/authorize/">
{% csrf_token %}