From a7f76e2e974f7a0aa322290bf20b39db0193998d Mon Sep 17 00:00:00 2001 From: Elijah Date: Tue, 26 May 2026 13:34:31 -0700 Subject: [PATCH] fix: add MaxLoginAttempts to Config struct --- backend/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/config/config.go b/backend/config/config.go index e447192..7960e0a 100644 --- a/backend/config/config.go +++ b/backend/config/config.go @@ -16,6 +16,7 @@ type Config struct { TrashDir string VersionsDir string BackupDir string + MaxLoginAttempts int LockoutSeconds int OnlyOfficeJWT string OnlyOfficeHost string