diff --git a/apps/taiga-lumbermill/src/dashboards/register/register.component.html b/apps/taiga-lumbermill/src/dashboards/register/register.component.html index 4b3cc9788..b0e2cbe8a 100644 --- a/apps/taiga-lumbermill/src/dashboards/register/register.component.html +++ b/apps/taiga-lumbermill/src/dashboards/register/register.component.html @@ -62,6 +62,15 @@ [style.margin-bottom]="'0.8rem'" [style.margin-right]="'auto'" /> + @if (!form.hasError('unambiguousRole') && (form.touched || form.dirty)) { +

+ Passwords should be the same +

+ }

- @if (form.hasError('unambiguousRole') && (form.touched || form.dirty)) { -

Passwords should be the same

- }