bugfix for allauth

This commit is contained in:
Benni Bärmann 2021-05-11 10:34:25 +02:00
parent 54881f9b8b
commit e4207af2ef
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ STATIC_URL = '/static/'
# settings needed for allauth
SOCIALACCOUNT_PROVIDERS = {
'nextcloud': {
'SERVER': 'https://wolke.wikimedia.de/index.php',
'SERVER': 'https://wolke.wikimedia.de/',
}
}