Merge pull request 'forgot_password' (#82) from forgot_password into main

Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/82
This commit is contained in:
a.ghabeli
2025-09-01 16:57:22 +03:30
27 changed files with 551 additions and 62 deletions
+8
View File
@@ -25,6 +25,14 @@ class AppStrings {
static const passwordLabel = 'Password';
static const loginButton = 'Login';
//forgot password
static const String forgotPasswordTitle = 'Forgot Password';
static const String forgotPasswordSubtitle =
'Enter your registered email and company ID and submit your request.';
static const String emailAddressHint = 'Email Address';
static const String backToSignInButton = 'Back to Sign In';
static const String resetLink = 'Reset Link';
//Home
static const String home = 'Home';
static const String partnership = 'Partnership';