feat: phase 5 - mail plugin RBAC integration with delegate access levels (read/write/delete/full)
This commit is contained in:
@@ -77,3 +77,7 @@ class Settings(BaseSettings):
|
||||
def get_settings() -> Settings:
|
||||
"""Get cached settings instance."""
|
||||
return Settings()
|
||||
|
||||
|
||||
# Module-level singleton for backward-compatible imports
|
||||
settings = get_settings()
|
||||
|
||||
Reference in New Issue
Block a user