:wip: Some changes in custom-oauth

This commit is contained in:
Mawoka
2023-02-16 20:11:57 +01:00
parent 6f77bdebe1
commit 86821e2eb3
4 changed files with 99 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ class Settings(BaseSettings):
class Config:
env_file = ".env"
env_file_encoding = "utf-8"
env_nested_delimiter = "__"
@lru_cache()