Skip to content

Commit 3a7c269

Browse files
FableQuentinfenekku
authored andcommitted
customize: self argument was missing in the declaration of the constructor of MyOAuthSettingsHelper class
1 parent de31469 commit 3a7c269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customize/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ from invenio_oauthclient.contrib.settings import OauthSettingsHelper
618618

619619

620620
class MyOAuthSettingsHelper(OAuthSettingsHelper):
621-
def __init__():
621+
def __init__(self):
622622
super().__init__(
623623
title="my plugin",
624624
description="a description",

0 commit comments

Comments
 (0)