1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 16:05:03 +00:00
This commit is contained in:
Bernd Schoolmann
2025-11-17 16:53:11 +01:00
parent ed8636e738
commit 8e685fb632

View File

@@ -23,7 +23,7 @@ export class WebAuthnLoginService implements WebAuthnLoginServiceAbstraction {
protected webAuthnLoginPrfKeyService: WebAuthnLoginPrfKeyServiceAbstraction,
protected navigatorCredentialsService: NavigatorCredentialsService,
protected logService?: LogService,
) { }
) {}
async getCredentialAssertionOptions(): Promise<WebAuthnLoginCredentialAssertionOptionsView> {
const response = await this.webAuthnLoginApiService.getCredentialAssertionOptions();