Back to Thingsboard

Password Requirements Tooltip.Component

ui-ngx/src/app/shared/components/password-requirements-tooltip.component.html

4.3.1.1232 B
Original Source

@for (rule of passwordErrorRules; track $index) { @if (!rule.policyProp || passwordPolicy[rule.policyProp] > 0) {

{{ checkForError(rule.key) ? 'mdi:close' : 'mdi:check' }} {{ rule.translation | translate : passwordPolicy }}

} }