Nueva contraseña
This commit is contained in:
@@ -404,6 +404,10 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
||||
20.0), // Agrega espacio vertical entre los TextFormFields
|
||||
_email != null
|
||||
? TextFormField(
|
||||
onTap: () {
|
||||
Navigator.pushNamed(
|
||||
context, '/nuevaPassword');
|
||||
},
|
||||
readOnly: true,
|
||||
controller: _emailController,
|
||||
decoration: const InputDecoration(
|
||||
@@ -427,8 +431,8 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
||||
suffixIcon: IconButton(
|
||||
icon: Icon(
|
||||
_obscureText
|
||||
? Icons.visibility_off
|
||||
: Icons.visibility,
|
||||
? Icons.visibility
|
||||
: Icons.visibility_off,
|
||||
color: Colors.grey,
|
||||
),
|
||||
onPressed: () {
|
||||
|
||||
Reference in New Issue
Block a user