add page password forgot
This commit is contained in:
@@ -8,7 +8,7 @@ import 'dart:io';
|
||||
//import 'MyHomePage.dart';
|
||||
import 'pages/ListItemMenu.dart';
|
||||
import 'pages/AddProfile.dart';
|
||||
|
||||
import 'pages/ForgotPassword.dart';
|
||||
import 'classes/alert.dart';
|
||||
|
||||
import 'variable/globals.dart' as globals;
|
||||
@@ -221,7 +221,8 @@ class _LoginDemoState extends State<LoginDemo> with ShowAlertDialog {
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
//TODO FORGOT PASSWORD SCREEN GOES HERE
|
||||
Navigator.push(context,
|
||||
MaterialPageRoute(builder: (_) => PasswordForgot()));
|
||||
},
|
||||
child: Text(
|
||||
'Forgot Password',
|
||||
|
Reference in New Issue
Block a user