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 5826a50 commit b44ad89Copy full SHA for b44ad89
supertokens_python/recipe/thirdparty/providers/bitbucket.py
@@ -38,7 +38,5 @@ 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
- # TODO overrides and working of this
42
- # once done in Node PR
43
44
return NewProvider(input, BitbucketImpl)
0 commit comments