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>
|
<mat-card>
|
||||||
<h3>The Zcash Register</h3>
|
<h3>The Zcash Register</h3>
|
||||||
<mat-vertical-stepper #stepper linear>
|
<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">
|
<mat-card [formGroup]="entryForm">
|
||||||
<div align="center" id="info">
|
<div align="center" id="info">
|
||||||
<p>Select your session length and confirm once you've sent your memo:</p>
|
<p>Select your session length and confirm once you've sent your memo:</p>
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
</mat-step>
|
</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>
|
<p>{{barMessage}}</p>
|
||||||
<mat-progress-bar
|
<mat-progress-bar
|
||||||
[mode]="barMode"
|
[mode]="barMode"
|
||||||
|
|
Loading…
Reference in a new issue