Commit ed9c4abe authored by Budi Prasetyo's avatar Budi Prasetyo

forgot password

parent 7f89662f
......@@ -27,13 +27,13 @@ class _ForgotPasswordState extends State<ForgotPassword> {
),
Center(
child:AlertDialog(
title: Text('Enter your email address'),
title: Text('Find your account'),
content: Form(
key: formKey,
child: TextFormField(
textAlign: TextAlign.start,
decoration: InputDecoration(
labelText: "Email",
labelText: "Enter your email address",
hintStyle: const TextStyle(),
border: OutlineInputBorder(
borderRadius:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment