add contribution guide

This commit is contained in:
2022-05-11 03:17:37 +03:00
parent a11fd188a2
commit d492c968ea
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