Fix settings.py identations

This commit is contained in:
Alexandre Iooss 2021-11-11 11:38:02 +01:00
parent 0cf1b6f6f7
commit 94a7737541

View file

@ -226,8 +226,8 @@ ACCOUNT_AUTHENTICATION_METHOD = "username_email"
ACCOUNT_FORMS = {'signup': 'photo21.forms.CustomSignupForm'}
SOCIALACCOUNT_PROVIDERS = {
'notekfet': {
# Fetch user profile
'SCOPE': ['1_1'],
# Fetch user profile
'SCOPE': ['1_1'],
},
}