mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[PM-3343] Capture TOTP QR codes from websites in the browser extension (#5985)
* Implement totp capture for browser extensions
This commit is contained in:
@@ -47,6 +47,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
|
||||
organizationService: OrganizationService,
|
||||
sendApiService: SendApiService,
|
||||
dialogService: DialogService,
|
||||
window: Window,
|
||||
datePipe: DatePipe,
|
||||
) {
|
||||
super(
|
||||
@@ -65,6 +66,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
|
||||
organizationService,
|
||||
sendApiService,
|
||||
dialogService,
|
||||
window,
|
||||
datePipe,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user