mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 01:57:23 +00:00
fix: correct value (#1695)
This commit is contained in:
parent
bc633627c4
commit
06afff614d
@ -15,7 +15,7 @@
|
|||||||
<i class="las la-check green"></i>
|
<i class="las la-check green"></i>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<span>{{ 'USER.PASSWORD.MINLENGTHERROR' | translate: {value: password?.value?.length} }}
|
<span>{{ 'USER.PASSWORD.MINLENGTHERROR' | translate: {value: policy?.minLength} }}
|
||||||
({{password?.value?.length}}/{{ policy.minLength}})
|
({{password?.value?.length}}/{{ policy.minLength}})
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user