added design forgot password
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class ForgotPasswordOtpStrings {
|
||||
ForgotPasswordOtpStrings._();
|
||||
static const String forgotPasswordTitle = 'Forgot Password';
|
||||
static const String forgotPasswordSubtitle =
|
||||
'Enter the code sent to your email to reset your password.';
|
||||
static const String backToSignInButton = 'Back to Sign In';
|
||||
static const String resetLink = 'Reset Link';
|
||||
}
|
||||
Reference in New Issue
Block a user