Skip to content

Commit

Permalink
fix(primeng/p-password): typo in template (#13031)
Browse files Browse the repository at this point in the history
Fixes #13003.
  • Loading branch information
volvachev committed Aug 21, 2023
1 parent 78021fc commit 832f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/password/password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export const Password_VALUE_ACCESSOR: any = {
<div class="p-password-meter">
<div [ngClass]="meter | mapper : strengthClass" [ngStyle]="{ width: meter ? meter.width : '' }"></div>
</div>
<div className="p-password-info">{{ infoText }}</div>
<div class="p-password-info">{{ infoText }}</div>
</ng-template>
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
</div>
Expand Down

1 comment on commit 832f91c

@vercel
Copy link

@vercel vercel bot commented on 832f91c Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.