From c8eae8cc8b46083d84d3b5103eacbf213fa45590 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 8 Jul 2023 16:34:38 +0200 Subject: [PATCH] Fix authorize URL --- frontend/templates/frontend/oidc/authorize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/frontend/oidc/authorize.html b/frontend/templates/frontend/oidc/authorize.html index 7e5b289..e815193 100644 --- a/frontend/templates/frontend/oidc/authorize.html +++ b/frontend/templates/frontend/oidc/authorize.html @@ -15,7 +15,7 @@ Client {{ client.name }} would like to access this information of you...

-
+ {% csrf_token %}