pass reset page

This commit is contained in:
CHIEFSOFT\ameye
2023-08-20 09:27:20 -04:00
parent 5f512c8076
commit 5981516966
6 changed files with 68 additions and 11 deletions
+6 -3
View File
@@ -1,4 +1,4 @@
import { Component, OnInit } from '@angular/core';
import {Component, OnInit, ViewChild} from '@angular/core';
import {NavController} from "@ionic/angular";
import {Router} from "@angular/router";
@@ -9,6 +9,9 @@ import {Router} from "@angular/router";
})
export class ResetpassPage implements OnInit {
@ViewChild('curr_pass') curr_pass;
@ViewChild('new_pass') new_pass;
@ViewChild('confirm_new_pass') confirm_new_pass;
tabs = 'about';
@@ -24,8 +27,8 @@ export class ResetpassPage implements OnInit {
this.navctr.back();
}
onMentor() {
this.router.navigate(['mentor']);
onResetPass() {
// this.router.navigate(['mentor']);
}
onEnroll() {