Skip to content

Commit

Permalink
fix(example-app): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jun 26, 2020
1 parent 2d8a348 commit f2af688
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`Login Page should compile 1`] = `
<input
aria-invalid="false"
aria-required="false"
class="mat-input-element mat-form-field-autofill-control cdk-text-field-autofill-monitored ng-untouched ng-pristine ng-valid"
class="mat-input-element mat-form-field-autofill-control ng-untouched ng-pristine ng-valid cdk-text-field-autofill-monitored"
formcontrolname="username"
matinput=""
placeholder="Username"
Expand Down Expand Up @@ -109,7 +109,7 @@ exports[`Login Page should compile 1`] = `
<input
aria-invalid="false"
aria-required="false"
class="mat-input-element mat-form-field-autofill-control cdk-text-field-autofill-monitored ng-untouched ng-pristine ng-valid"
class="mat-input-element mat-form-field-autofill-control ng-untouched ng-pristine ng-valid cdk-text-field-autofill-monitored"
formcontrolname="password"
matinput=""
placeholder="Password"
Expand Down

0 comments on commit f2af688

Please sign in to comment.