add teamsnap preferences page.

This commit is contained in:
2022-06-02 08:52:38 -05:00
parent e1d47f345f
commit db020ee153
10 changed files with 171 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ class TeamsnapAccount(ProviderAccount):
class TeamsnapProvider(OAuth2Provider):
id = "teamsnap"
name = "TeamSnap"
account_class = TeamsnapAccount