refactor: remove dropbox, facebook & twitter login

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2023-10-07 11:53:13 +02:00
parent 29bf32b76f
commit d43da06ec1
15 changed files with 19 additions and 207 deletions

View file

@ -52,9 +52,6 @@ using one of the supported authentication methods:
- OAuth2
- GitLab
- GitHub
- Facebook
- Twitter
- Dropbox
- Google
The `SessionGuard`, which is added to each (appropriate) controller method of the private API,

View file

@ -54,10 +54,6 @@
max-width: 1440px;
}
.twitter {
color: #1DA1F2;
}
.mastodon {
color: #2b90d9;
}