mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
complete flow
This commit is contained in:
committed by
Aiden McClelland
parent
613625c012
commit
e277eefcb2
@@ -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>
|
||||
|
||||
@@ -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