Skip to content

Commit

Permalink
Update spid_cie_oidc/provider/views/consent_page_view.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it>
  • Loading branch information
rglauco and peppelinux authored Feb 7, 2024
1 parent 0f1c63a commit e4e61f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spid_cie_oidc/provider/views/consent_page_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get(self, request, *args, **kwargs):
context = {
"form": self.get_consent_form()(),
"session": session,
"client_organization_name": self.get_client_organisation_name(tc),
"client_organization_name": self.get_client_organization_name(tc),
"user_claims": sorted(set(i18n_user_claims),),
"redirect_uri": session.authz_request["redirect_uri"],
"state": session.authz_request["state"]
Expand Down

0 comments on commit e4e61f6

Please sign in to comment.