Skip to content

Commit

Permalink
Revise layout of platform wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed May 21, 2024
1 parent 574f6fc commit bd3ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/src/pages/wizard/wizard/wizard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
</div>
<div class="row form-group">
<label class="col-md-4">
<span>{{'Password'|translate}}</span> ( <span>{{'Confirm'|translate}}</span>) <span class="text-danger" data-toggle="tooltip" title="{{'This field is mandatory' | translate}}">*</span>
<span>{{'Password'|translate}}</span> (<span>{{'Confirm'|translate}}</span>)<span class="text-danger" data-toggle="tooltip" title="{{'This field is mandatory' | translate}}">*</span>
</label>
<div class="col-md-8">
<input name="checkpassword" class="form-control" [(ngModel)]="recipient_check_password" type="password" placeholder="{{'Password' | translate}}" autocomplete="off" [ngClass]="{'is-invalid': validation.step4 && (!password_receiver.errors?.['passwordStrengthValidator'] && wizard.receiver_password && (wizard.receiver_password !== recipient_check_password))}" required />
Expand Down

0 comments on commit bd3ba2a

Please sign in to comment.