Add notification tracking and tests

This commit is contained in:
thePR0M3TH3AN
2025-07-14 14:58:58 -04:00
parent ac68ed9753
commit ee240cbd1e
3 changed files with 71 additions and 2 deletions

View File

@@ -51,6 +51,9 @@ MAX_PASSWORD_LENGTH = 128 # Maximum allowed password length
# Timeout in seconds before the vault locks due to inactivity
INACTIVITY_TIMEOUT = 15 * 60 # 15 minutes
# Duration in seconds that a notification remains active
NOTIFICATION_DURATION = 10
# -----------------------------------
# Additional Constants (if any)
# -----------------------------------