feat: update notification preferences to include granular security alerts

This commit is contained in:
Usman Baig
2026-02-28 21:18:57 +01:00
parent 15f82eee00
commit 5ef6eafc63
5 changed files with 28 additions and 22 deletions

View File

@@ -19,7 +19,9 @@ interface User {
email_notifications?: {
new_file_received: boolean
file_downloaded: boolean
security_alerts: boolean
login_alerts: boolean
password_alerts: boolean
two_factor_alerts: boolean
}
}
}