Update to DropboxOAuth2V2

The old version somehow does not work anymore and throws load errors.
This commit is contained in:
Florian Eitel 2023-01-14 22:51:07 +01:00
parent 897515b112
commit 77bf293d56
Signed by: flo
GPG Key ID: 9987EAFEF6F686BB

View File

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