Change stepper to not editable

This commit is contained in:
Rene Vergara 2021-11-18 16:49:34 -06:00
parent c1c60a4e20
commit 078916f92d
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<mat-card>
<h3>The Zcash Register</h3>
<mat-vertical-stepper #stepper linear>
<mat-step label="Log in with a shielded memo">
<mat-step label="Log in with a shielded memo" editable="false">
<mat-card [formGroup]="entryForm">
<div align="center" id="info">
<p>Select your session length and confirm once you've sent your memo:</p>
@ -40,7 +40,7 @@
</div>
</mat-card>
</mat-step>
<mat-step label="ZGo confirms your login on the Zcash blockhain:">
<mat-step label="ZGo confirms your login on the Zcash blockhain:" editable="false">
<p>{{barMessage}}</p>
<mat-progress-bar
[mode]="barMode"