mirror of
https://github.com/bitwarden/browser
synced 2026-02-15 16:05:03 +00:00
Prettier
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user