forgot password ui added
This commit is contained in:
@@ -22,6 +22,9 @@ class AssetsManager {
|
||||
static const passwordVisibilityOff =
|
||||
'assets/svgs/password_visibility_off.svg';
|
||||
|
||||
//forgot password page
|
||||
static const forgotPasswordImage = 'assets/pngs/forgot_password.png';
|
||||
|
||||
// tenders page
|
||||
static const tenderLogo = 'assets/icons/tenderLogo.png';
|
||||
static const like = 'assets/icons/like.svg';
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user