Skip to content

Commit 561ab22

Browse files
committed
fix: username mobile
1 parent 82aa410 commit 561ab22

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

packages/account/feature-auth/src/lib/containers/authentication/authentication.container.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
</a>
1717
</mat-card-content>
1818

19-
<mat-vertical-stepper
20-
(animationDone)="onAnimationDone(codeFieldRef, nameRef)"
21-
[linear]="true"
22-
#stepper
23-
>
19+
<mat-vertical-stepper [linear]="true" #stepper>
2420
<mat-step [stepControl]="form" label="Identifique-se">
2521
<ng-template matStepperIcon="edit">
2622
<!-- prettier-ignore -->
@@ -34,10 +30,10 @@
3430
<input
3531
matInput
3632
#nameRef
37-
devmxTrim
38-
devmxLower
3933
formControlName="name"
4034
autocomplete="username"
35+
devmxLower
36+
devmxTrim
4137
autofocus
4238
/>
4339
<mat-error>Obrigatório</mat-error>

0 commit comments

Comments
 (0)