mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 01:23:24 +00:00
Fix types in auth-request abstraction (#19021)
* Fix types in auth-request abstraction * Fix firefox build
This commit is contained in:
@@ -676,7 +676,7 @@ export class LoginViaAuthRequestComponent implements OnInit, OnDestroy {
|
||||
|
||||
private async decryptViaApprovedAuthRequest(
|
||||
authRequestResponse: AuthRequestResponse,
|
||||
privateKey: ArrayBuffer,
|
||||
privateKey: Uint8Array,
|
||||
userId: UserId,
|
||||
): Promise<void> {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user