1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

feat: Add option to auto-copy TOTP code when page auto fills credentials

This commit is contained in:
Tomer Shvueli
2021-02-20 14:48:54 -05:00
parent 8d2e436a05
commit 72d0a439d2
4 changed files with 36 additions and 1 deletions

View File

@@ -24,6 +24,19 @@
<b>{{'warning' | i18n}}</b>: {{'experimentalFeature' | i18n}}
</div>
</div>
<div class="box">
<div class="box-content">
<div class="box-content-row box-content-row-checkbox" appBoxRow>
<label for="autofill">{{'enableAutoTotpCopyOnAutoFill' | i18n}}</label>
<input id="autofill" type="checkbox" (change)="updateAutoTotpCopyOnAutoFill()"
[(ngModel)]="enableAutoTotpCopyOnAutoFill" [disabled]="!enableAutoFillOnPageLoad">
</div>
</div>
<div class="box-footer">
{{'enableAutoTotpCopyOnAutoFillDesc' | i18n}}
<b>{{'warning' | i18n}}</b>: {{'experimentalFeature' | i18n}}
</div>
</div>
<div class="box">
<div class="box-content">
<div class="box-content-row" appBoxRow>