File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/example-app/src/app/auth/containers/__snapshots__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ exports[`Login Page should compile 1`] = `
40
40
<input
41
41
aria-invalid = " false"
42
42
aria-required = " false"
43
- class = " mat-input-element mat-form-field-autofill-control cdk-text-field-autofill-monitored ng-untouched ng-pristine ng-valid"
43
+ class = " mat-input-element mat-form-field-autofill-control ng-untouched ng-pristine ng-valid cdk-text-field-autofill-monitored "
44
44
formcontrolname = " username"
45
45
matinput = " "
46
46
placeholder = " Username"
@@ -109,7 +109,7 @@ exports[`Login Page should compile 1`] = `
109
109
<input
110
110
aria-invalid = " false"
111
111
aria-required = " false"
112
- class = " mat-input-element mat-form-field-autofill-control cdk-text-field-autofill-monitored ng-untouched ng-pristine ng-valid"
112
+ class = " mat-input-element mat-form-field-autofill-control ng-untouched ng-pristine ng-valid cdk-text-field-autofill-monitored "
113
113
formcontrolname = " password"
114
114
matinput = " "
115
115
placeholder = " Password"
You can’t perform that action at this time.
0 commit comments