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:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user