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:
@@ -903,7 +903,7 @@ export default class NotificationBackground {
|
||||
return null;
|
||||
}
|
||||
|
||||
private async getSecurityTasks(userId: UserId) {
|
||||
async getSecurityTasks(userId: UserId) {
|
||||
let tasks: SecurityTask[] = [];
|
||||
|
||||
if (userId) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user