1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Update documentation and make function public.

This commit is contained in:
Miles Blackwood
2025-04-29 14:22:07 -04:00
parent 62383500b1
commit 23db617467
2 changed files with 2 additions and 2 deletions

View File

@@ -903,7 +903,7 @@ export default class NotificationBackground {
return null;
}
private async getSecurityTasks(userId: UserId) {
async getSecurityTasks(userId: UserId) {
let tasks: SecurityTask[] = [];
if (userId) {

View File

@@ -491,7 +491,7 @@ export class OverlayNotificationsBackground implements OverlayNotificationsBackg
};
/**
* Determines if the at-risk password notification should be triggered.
* If there is a security task for this cipher at login, return the task, cipher view, and uri.
*
* @param modifyLoginData - The modified login form data
* @param activeUserId - The currently logged in user ID