Deactivate broken DropboxOAuth

This commit is contained in:
Florian Eitel 2023-01-14 12:55:13 +01:00
parent 2a5b19acea
commit ea63561044
Signed by: flo
GPG Key ID: 9987EAFEF6F686BB

View File

@ -308,7 +308,7 @@ AUTHENTICATION_BACKENDS = (
'social_core.backends.amazon.AmazonOAuth2', 'social_core.backends.amazon.AmazonOAuth2',
'social_core.backends.bitbucket.BitbucketOAuth', 'social_core.backends.bitbucket.BitbucketOAuth',
'social_core.backends.disqus.DisqusOAuth2', 'social_core.backends.disqus.DisqusOAuth2',
'social_core.backends.dropbox.DropboxOAuth', # 'social_core.backends.dropbox.DropboxOAuth',
'social_core.backends.github.GithubOAuth2', 'social_core.backends.github.GithubOAuth2',
'social_core.backends.google.GoogleOAuth2', 'social_core.backends.google.GoogleOAuth2',
'social_core.backends.reddit.RedditOAuth2', 'social_core.backends.reddit.RedditOAuth2',