Commit ed9c4abe authored by Budi Prasetyo's avatar Budi Prasetyo

forgot password

parent 7f89662f
...@@ -27,13 +27,13 @@ class _ForgotPasswordState extends State<ForgotPassword> { ...@@ -27,13 +27,13 @@ class _ForgotPasswordState extends State<ForgotPassword> {
), ),
Center( Center(
child:AlertDialog( child:AlertDialog(
title: Text('Enter your email address'), title: Text('Find your account'),
content: Form( content: Form(
key: formKey, key: formKey,
child: TextFormField( child: TextFormField(
textAlign: TextAlign.start, textAlign: TextAlign.start,
decoration: InputDecoration( decoration: InputDecoration(
labelText: "Email", labelText: "Enter your email address",
hintStyle: const TextStyle(), hintStyle: const TextStyle(),
border: OutlineInputBorder( border: OutlineInputBorder(
borderRadius: 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