task pages

This commit is contained in:
CHIEFSOFT\ameye
2023-08-17 12:43:45 -04:00
parent aa8b643fb2
commit e5ea888a3f
17 changed files with 660 additions and 16 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<!-- <ion-icon name="chevron-forward-outline"></ion-icon>-->
<!-- </div>-->
<ion-button expand="full" class="add_button" shape="round">
<ion-button expand="full" class="add_button" shape="round" (click)="onResetPass()">
Change Password
</ion-button>
+4
View File
@@ -61,6 +61,10 @@ export class SecurityPage implements OnInit {
this.router.navigate(['login']);
}
onResetPass(){
//
this.router.navigate(['resetpass']);
}
async requestDelete() {
const alert = await this.alertController.create({
header: "Account Delete",