mirror of
https://github.com/bitwarden/browser
synced 2026-02-22 04:14:04 +00:00
[PM-29214] - update at-risk launch link (#18093)
* update at-risk launch link * use bit-hint * remove getter
This commit is contained in:
@@ -90,12 +90,15 @@
|
||||
data-testid="copy-password"
|
||||
(click)="logCopyEvent()"
|
||||
></button>
|
||||
<bit-hint *ngIf="showChangePasswordLink">
|
||||
<a bitLink href="#" appStopClick (click)="launchChangePasswordEvent()">
|
||||
{{ "changeAtRiskPassword" | i18n }}
|
||||
<i class="bwi bwi-external-link tw-ml-1" aria-hidden="true"></i>
|
||||
</a>
|
||||
</bit-hint>
|
||||
@if (showChangePasswordLink) {
|
||||
<bit-hint class="tw-flex tw-mb-3 tw-items-center">
|
||||
<i class="bwi bwi-exclamation-triangle tw-text-warning" aria-hidden="true"></i>
|
||||
<span class="tw-ml-2 tw-mr-1">{{ "vulnerablePassword" | i18n }}</span>
|
||||
<a bitLink href="#" appStopClick (click)="launchChangePasswordEvent()">
|
||||
{{ "changeNow" | i18n }}
|
||||
</a>
|
||||
</bit-hint>
|
||||
}
|
||||
</bit-form-field>
|
||||
<div
|
||||
*ngIf="showPasswordCount && passwordRevealed"
|
||||
|
||||
Reference in New Issue
Block a user