removed redundant step

pull/1/head
Chris Veilleux 2019-02-13 20:14:58 -06:00
parent 97c5100989
commit 11fe991c1c
1 changed files with 0 additions and 7 deletions

View File

@ -74,13 +74,6 @@
</ng-template>
<!-- Step 1: Accept Terms of Use -->
<mat-step label="{{termsOfUse}}" [stepControl]="termsOfUseControl">
<account-agreement-step [newAcctForm]="newAcctForm" [step]="termsOfUse"></account-agreement-step>
<div fxLayout="row" fxLayoutAlign="end">
<button mat-button matStepperNext type="button" [disabled]="!termsOfUseControl.valid">Next</button>
</div>
</mat-step>
<mat-step label="Terms Of Use" [stepControl]="'termsOfUse'">
<account-agreement-step [newAcctForm]="newAcctForm" [step]="'Terms of Use'">
</account-agreement-step>