Skip to content

Commit

Permalink
fix: reinstated method name
Browse files Browse the repository at this point in the history
  • Loading branch information
rglauco committed Feb 7, 2024
1 parent b6e8a15 commit de5969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spid_cie_oidc/provider/views/authz_request_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get(self, request, *args, **kwargs):
# stores the authz request in a hidden field in the form
form = self.get_login_form()()
context = {
"client_organization_name": self.get_client_organisation_name(tc),
"client_organization_name": self.get_client_organization_name(tc),
"hidden_form": AuthzHiddenForm(dict(authz_request_object=req)),
"form": form,
"redirect_uri": self.payload["redirect_uri"],
Expand Down

0 comments on commit de5969c

Please sign in to comment.