add contribution guide

This commit is contained in:
2022-05-11 03:17:37 +03:00
parent dda94f8f9e
commit dc3562a4ec
4 changed files with 76 additions and 10 deletions

View File

@ -50,7 +50,7 @@ class AuthSettings(str, Enum):
"""
if value.lower() in ("configuration", "mapping"):
return cls.Configuration
if value.lower() in ('oauth', 'oauth2'):
if value.lower() in ("oauth", "oauth2"):
return cls.OAuth
return cls.Disabled