added design forgot password
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class ForgotPasswordCreateStrings {
|
||||
ForgotPasswordCreateStrings._();
|
||||
static const String forgotPasswordTitle = 'Forgot Password';
|
||||
static const String forgotPasswordSubtitle = 'Change your password';
|
||||
static const String createNewPassword = 'Create new password';
|
||||
static const String backToSignInButton = 'Back to Sign In';
|
||||
static const String resetLink = 'Reset Link';
|
||||
static const String atLast5Character = '• At least 5 characters';
|
||||
static const String atLeast1uppercase = '• At least one uppercase letter (A–Z)';
|
||||
static const String atLeast1lowercase = '• At least one lowercase letter (a–z)';
|
||||
static const String atLeastSpecial = '• At least one special character: ! @ # \$ % & * ^';
|
||||
}
|
||||
Reference in New Issue
Block a user