ocultar boton cambiar contraseña
This commit is contained in:
@@ -590,7 +590,8 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
||||
padding: const EdgeInsets.only(bottom: 30),
|
||||
child: Column(
|
||||
children: [
|
||||
ElevatedButton(
|
||||
_email != null
|
||||
? ElevatedButton(
|
||||
onPressed: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -617,7 +618,8 @@ class _ProfileScreenState extends State<ProfileScreen> {
|
||||
fontSize: 17,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
: SizedBox(height: 20),
|
||||
const SizedBox(height: 60),
|
||||
ElevatedButton(
|
||||
onPressed: () async {
|
||||
|
||||
@@ -551,7 +551,8 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
|
||||
padding: const EdgeInsets.only(bottom: 30),
|
||||
child: Column(
|
||||
children: [
|
||||
ElevatedButton(
|
||||
_email != null
|
||||
? ElevatedButton(
|
||||
onPressed: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
@@ -578,7 +579,8 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
|
||||
fontSize: 17,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
: const SizedBox(height: 20),
|
||||
const SizedBox(height: 60),
|
||||
ElevatedButton(
|
||||
onPressed: () async {
|
||||
|
||||
Reference in New Issue
Block a user