We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44ad89 commit 177b31aCopy full SHA for 177b31a
supertokens_python/recipe/thirdparty/providers/bitbucket.py
@@ -38,5 +38,4 @@ def Bitbucket(input: ProviderInput) -> Provider: # pylint: disable=redefined-bu
38
if input.config.user_info_endpoint is None:
39
input.config.user_info_endpoint = "https://api.bitbucket.org/2.0/user"
40
41
-
42
return NewProvider(input, BitbucketImpl)
0 commit comments