mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
add contribution guide
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user