Add hint to providers
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-10 23:40:24 +01:00
parent 66d9d2dc09
commit b1553ec7bf
3 changed files with 60 additions and 40 deletions

View file

@ -19,6 +19,7 @@ class OIDCProvider(BaseModel):
url: str
client_id: str
client_secret: str = ""
hint: str = "Use your own credentials"
@computed_field
@property