fix: add MaxLoginAttempts to Config struct
Some checks failed
Automated Container Build / build-and-push (push) Failing after 53s

This commit is contained in:
Elijah 2026-05-26 13:34:31 -07:00
parent 109c602692
commit a7f76e2e97

View file

@ -16,6 +16,7 @@ type Config struct {
TrashDir string
VersionsDir string
BackupDir string
MaxLoginAttempts int
LockoutSeconds int
OnlyOfficeJWT string
OnlyOfficeHost string