We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82aa410 commit 561ab22Copy full SHA for 561ab22
packages/account/feature-auth/src/lib/containers/authentication/authentication.container.html
@@ -16,11 +16,7 @@
16
</a>
17
</mat-card-content>
18
19
- <mat-vertical-stepper
20
- (animationDone)="onAnimationDone(codeFieldRef, nameRef)"
21
- [linear]="true"
22
- #stepper
23
- >
+ <mat-vertical-stepper [linear]="true" #stepper>
24
<mat-step [stepControl]="form" label="Identifique-se">
25
<ng-template matStepperIcon="edit">
26
<!-- prettier-ignore -->
@@ -34,10 +30,10 @@
34
30
<input
35
31
matInput
36
32
#nameRef
37
- devmxTrim
38
- devmxLower
39
33
formControlName="name"
40
autocomplete="username"
+ devmxLower
+ devmxTrim
41
autofocus
42
/>
43
<mat-error>Obrigatório</mat-error>
0 commit comments