1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Add reprompt help link (#1041)

(cherry picked from commit 34cb26416c)
This commit is contained in:
Oscar Hinton
2021-06-21 20:52:34 +02:00
committed by Hinton
parent b370f3de56
commit ff4586a873

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>