Skip to content

Commit f2af688

Browse files
fix(example-app): update snapshot
1 parent 2d8a348 commit f2af688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/example-app/src/app/auth/containers/__snapshots__/login-page.component.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports[`Login Page should compile 1`] = `
4040
<input
4141
aria-invalid="false"
4242
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"
4444
formcontrolname="username"
4545
matinput=""
4646
placeholder="Username"
@@ -109,7 +109,7 @@ exports[`Login Page should compile 1`] = `
109109
<input
110110
aria-invalid="false"
111111
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"
113113
formcontrolname="password"
114114
matinput=""
115115
placeholder="Password"

0 commit comments

Comments
 (0)