pass reset page
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user