mirror of
https://github.com/bitwarden/server.git
synced 2025-07-18 16:11:28 -05: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