1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

Add a button to prompt WebAuthn on FF and Safari (#1879)

This commit is contained in:
Oscar Hinton
2021-06-08 09:29:11 +02:00
committed by GitHub
parent 4e1958f417
commit 786dd28a84
3 changed files with 6 additions and 2 deletions

View File

@@ -73,6 +73,7 @@
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn && webAuthnNewTab">
<div class="content text-center" *ngIf="webAuthnNewTab">
<p class="text-center">{{'webAuthnNewTab' | i18n}}</p>
<button class="btn primary block" (click)="authWebAuthn()" appStopClick>{{'webAuthnNewTabOpen' | i18n}}</button>
</div>
</ng-container>
<ng-container *ngIf="selectedProviderType === providerType.Duo ||