Change stepper to not editable
This commit is contained in:
parent
c1c60a4e20
commit
078916f92d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue