1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Add reprompt help link (#963)

This commit is contained in:
Oscar Hinton
2021-06-21 20:56:37 +02:00
committed by GitHub
parent e0d1923237
commit 9c4ea9b491
2 changed files with 9 additions and 1 deletions

View File

@@ -94,4 +94,8 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
markPasswordAsDirty() {
this.form.controls['Login.Password'].markAsDirty();
}
openHelpReprompt() {
this.platformUtilsService.launchUri('https://bitwarden.com/help/article/managing-items/#protect-individual-items');
}
}