add page password forgot

This commit is contained in:
2025-02-14 23:39:44 +01:00
parent 6fdb5cb2fe
commit b0477c889c
2 changed files with 164 additions and 2 deletions

View File

@@ -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',