1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-29 23:49:50 +02:00

Add reprompt help link (#1041)

This commit is contained in:
Oscar Hinton 2021-06-21 20:52:34 +02:00 committed by GitHub
parent 988f4168a0
commit 34cb26416c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -523,7 +523,11 @@
<div class="form-check">
<input class="form-check-input" type="checkbox" [ngModel]="reprompt" (change)="repromptChanged()"
id="passwordPrompt" name="passwordPrompt" [disabled]="cipher.isDeleted || viewOnly">
<label class="form-check-label" for="passwordPrompt">{{'passwordPrompt' | i18n}}</label>
<label class="form-check-label" for="passwordPrompt">{{'passwordPrompt' | i18n}}</label>
<a target="_blank" rel="noopener" appA11yTitle="{{'learnMore' | i18n}}"
href="https://bitwarden.com/help/article/managing-items/#protect-individual-items">
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
</a>
</div>
</ng-container>
</div>