mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
Refactor PendingSecurityTasks to RefreshSecurityTasks (#5903)
- Allows for more general use case of security task notifications
This commit is contained in:
@@ -166,7 +166,7 @@ public class PushControllerTests
|
||||
yield return UserTyped(PushType.SyncOrgKeys);
|
||||
yield return UserTyped(PushType.SyncSettings);
|
||||
yield return UserTyped(PushType.LogOut);
|
||||
yield return UserTyped(PushType.PendingSecurityTasks);
|
||||
yield return UserTyped(PushType.RefreshSecurityTasks);
|
||||
|
||||
yield return Typed(new PushSendRequestModel<AuthRequestPushNotification>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user