Fix settings.py identations
This commit is contained in:
parent
0cf1b6f6f7
commit
94a7737541
1 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue