Skip to content

Commit

Permalink
fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jul 1, 2024
1 parent 4b98789 commit 4a0144a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypnusershub/auth/providers/usershub_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def authenticate(self):
nom_role=user_resp["nom_role"],
prenom_role=user_resp["prenom_role"],
)
return insert_or_update_role(user, provider_name=self.id_provider)
return insert_or_update_role(user, provider_instance=self)

@staticmethod
def configuration_schema() -> Optional[Tuple[str, ProviderConfigurationSchema]]:
Expand Down

0 comments on commit 4a0144a

Please sign in to comment.