Add remaining allauth dependencies

This commit is contained in:
Tobias Kunze 2025-03-16 23:15:39 +01:00
parent 91861738a5
commit 0d09d338e8
3 changed files with 131 additions and 0 deletions

View file

@ -98,6 +98,7 @@ INSTALLED_APPS = [
"servala.frontend",
"allauth",
"allauth.account",
"allauth.socialaccount",
"allauth.socialaccount.providers.openid_connect",
"servala.core",
]