chore: missed type
This commit is contained in:
parent
6c54307859
commit
bd59d1cdab
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ class SystemSettings(Document):
|
|||
]
|
||||
otp_issuer_name: DF.Data | None
|
||||
password_reset_limit: DF.Int
|
||||
rate_limit_email_link_login: DF.Int
|
||||
reset_password_link_expiry_duration: DF.Duration | None
|
||||
reset_password_template: DF.Link | None
|
||||
rounding_method: DF.Literal["Banker's Rounding (legacy)", "Banker's Rounding", "Commercial Rounding"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue