complete flow

This commit is contained in:
Drew Ansbacher
2021-08-10 10:35:59 -06:00
committed by Aiden McClelland
parent 613625c012
commit e277eefcb2
15 changed files with 257 additions and 55 deletions

View File

@@ -60,18 +60,6 @@
Next
</ion-button>
</ion-item-group>
<!-- <div *ngIf="stateService.polling" style="width: 100%; text-align: center;">
<ion-progress-bar color="primary" style="max-width: 700px; margin: auto; padding-bottom: 20px; margin-bottom: 40px;" value="{{stateService.dataProgress}}"></ion-progress-bar>
<ion-button
(click)="navToEmbassy()"
[disabled]="stateService.dataProgress !== 1"
style="text-align:center"
class="claim-button"
>
Go To Embassy
</ion-button>
</div> -->
</ion-card-content>
</ion-card>
</ion-col>

View File

@@ -41,8 +41,7 @@ export class RecoverPage {
const modal = await this.modalController.create({
component: PasswordPage,
componentProps: {
recoveryDrive: this.selectedDrive,
verify: true
recoveryDrive: this.selectedDrive
}
})
modal.onDidDismiss().then(async ret => {