Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Feb 29, 2024
1 parent 3867518 commit 4e9ee35
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" [attr.data-pc-section]="'meter'">
<div [ngClass]="meter | mapper : strengthClass" [ngStyle]="{ width: meter ? meter.width : '' }" [attr.data-pc-section]="'meterLabel'"></div>
</div>
<div className="p-password-info" [attr.data-pc-section]="'info'">{{ infoText }}</div>
<div class="p-password-info" [attr.data-pc-section]="'info'">{{ infoText }}</div>
</ng-template>
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
</div>
Expand Down

0 comments on commit 4e9ee35

Please sign in to comment.