fix and update

This commit is contained in:
lendry
2026-07-02 00:10:22 +03:00
parent bcdfbc3861
commit 4306d0ce37
11 changed files with 375 additions and 41 deletions

View File

@@ -132,7 +132,8 @@ export const PUBLIC_SETTING_KEYS = [
'REGISTRATION_ENABLED',
'MAINTENANCE_MODE',
'LDAP_ENABLED',
'LDAP_USE_LDAPS'
'LDAP_USE_LDAPS',
'PIN_LOCK_TIMEOUT_MINUTES'
] as const;
@Injectable()