mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
[PM-18858] Security Task email plurality (#5588)
* use handlebars helper for plurality of text rather than logic within the template * Remove `TaskCountPlural` - unused
This commit is contained in:
@@ -6,8 +6,6 @@ public class SecurityTaskNotificationViewModel : BaseMailModel
|
||||
|
||||
public int TaskCount { get; set; }
|
||||
|
||||
public bool TaskCountPlural => TaskCount != 1;
|
||||
|
||||
public List<string> AdminOwnerEmails { get; set; }
|
||||
|
||||
public string ReviewPasswordsUrl => $"{WebVaultUrl}/browser-extension-prompt";
|
||||
|
||||
Reference in New Issue
Block a user