Skip to content

Commit

Permalink
customize: self argument was missing in the declaration of the constr…
Browse files Browse the repository at this point in the history
…uctor of MyOAuthSettingsHelper class
  • Loading branch information
FableQuentin authored and fenekku committed Oct 3, 2024
1 parent de31469 commit 3a7c269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customize/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ from invenio_oauthclient.contrib.settings import OauthSettingsHelper


class MyOAuthSettingsHelper(OAuthSettingsHelper):
def __init__():
def __init__(self):
super().__init__(
title="my plugin",
description="a description",
Expand Down

0 comments on commit 3a7c269

Please sign in to comment.