[FEAT] Enable django-allauth for enhanced user management & federation

This commit is contained in:
2023-02-24 19:42:07 +00:00
parent 05ca7433f1
commit 86e18c399d
58 changed files with 1248 additions and 30 deletions

View File

@@ -12,6 +12,19 @@ body {
flex: 1 0 auto;
}
main {
padding-top: 12px;
}
form {
margin-bottom: 24px;
}
.social_providers_list > form {
display: inline-block;
margin-bottom: 8px;
}
.footer {
height: 60px;