task pages
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user