bugfix for allauth
This commit is contained in:
parent
54881f9b8b
commit
e4207af2ef
|
@ -140,7 +140,7 @@ STATIC_URL = '/static/'
|
||||||
# settings needed for allauth
|
# settings needed for allauth
|
||||||
SOCIALACCOUNT_PROVIDERS = {
|
SOCIALACCOUNT_PROVIDERS = {
|
||||||
'nextcloud': {
|
'nextcloud': {
|
||||||
'SERVER': 'https://wolke.wikimedia.de/index.php',
|
'SERVER': 'https://wolke.wikimedia.de/',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue