1
0
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:
Bernd Schoolmann
2026-02-17 16:43:41 +01:00
committed by GitHub
parent c2b89608ae
commit c47881624a
2 changed files with 5 additions and 5 deletions

View File

@@ -676,7 +676,7 @@ export class LoginViaAuthRequestComponent implements OnInit, OnDestroy {
private async decryptViaApprovedAuthRequest(
authRequestResponse: AuthRequestResponse,
privateKey: ArrayBuffer,
privateKey: Uint8Array,
userId: UserId,
): Promise<void> {
/**