complete flow

This commit is contained in:
Drew Ansbacher
2021-08-10 10:35:59 -06:00
committed by Matt Hill
parent bce87cc819
commit f7b5c5fadd
15 changed files with 257 additions and 55 deletions

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 => {