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

[PM-19906] Add appStopClick to prevent default event (#14134)

This commit is contained in:
Shane Melton
2025-04-04 15:34:02 -07:00
committed by GitHub
parent a7fe4877d7
commit 6503cc64fd
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
[title]="''"
>
<i class="bwi bwi-exclamation-triangle tw-text-warning" aria-hidden="true"></i>
<a bitLink href="#" (click)="launchChangePassword()">
<a bitLink href="#" appStopClick (click)="launchChangePassword()">
{{ "changeAtRiskPassword" | i18n }}
<i class="bwi bwi-external-link tw-ml-1" aria-hidden="true"></i>
</a>

View File

@@ -90,7 +90,7 @@
></button>
</bit-form-field>
<bit-hint *ngIf="hadPendingChangePasswordTask">
<a bitLink href="#" (click)="launchChangePasswordEvent()">
<a bitLink href="#" appStopClick (click)="launchChangePasswordEvent()">
{{ "changeAtRiskPassword" | i18n }}
<i class="bwi bwi-external-link tw-ml-1" aria-hidden="true"></i>
</a>