1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

feat(extension-notification-demo): Last touchups.

This commit is contained in:
Patrick Pimentel
2025-04-17 16:28:09 -04:00
parent 96df2fdca3
commit 5270c6cc9d
4 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ export class ChromeBrowserExtensionAuthRequestApprovalService
* Navigates user to the devices management screen and opens a dialog
* per pending login request.
*/
async checkForPendingAuthRequestsToApprove(): Promise<void> {
async checkForPendingAuthRequestsToApprove(notificationId: string): Promise<void> {
// STUB
}

View File

@@ -12,7 +12,7 @@ import {
} from "rxjs";
import { LogoutReason } from "@bitwarden/auth/common";
import { AuthRequestLoginApprovalAbstraction } from "@bitwarden/common/auth/services/devices/chrome-browser-extension-auth-request-approval.service";
import { AuthRequestLoginApprovalAbstraction } from "@bitwarden/common/auth/services/loginAuthRequestApprovalService/chrome-browser-extension-auth-request-approval.service";
import { AccountService } from "../../../auth/abstractions/account.service";
import { AuthService } from "../../../auth/abstractions/auth.service";