mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
complete flow
This commit is contained in:
committed by
Matt Hill
parent
bce87cc819
commit
f7b5c5fadd
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user