1
0
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:
Nick Krantz
2025-07-07 09:24:57 -05:00
committed by GitHub
parent 5dde9ac924
commit 240968ef4c
10 changed files with 15 additions and 15 deletions

View File

@ -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>
{