This commit is contained in:
parent
66d9d2dc09
commit
b1553ec7bf
3 changed files with 60 additions and 40 deletions
|
@ -19,6 +19,7 @@ class OIDCProvider(BaseModel):
|
|||
url: str
|
||||
client_id: str
|
||||
client_secret: str = ""
|
||||
hint: str = "Use your own credentials"
|
||||
|
||||
@computed_field
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue