This commit is contained in:
Felipe
2023-10-30 10:28:08 -05:00
parent b55234e69c
commit 6d8f83bc66
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -618,6 +618,7 @@ class _ProfileScreenState extends State<ProfileScreen> {
),
),
),
const SizedBox(height: 60),
ElevatedButton(
onPressed: () async {
if (_formKey.currentState!.validate()) {
+1 -1
View File
@@ -579,7 +579,7 @@ class _ProfileWebScreenState extends State<ProfileWebScreen> {
),
),
),
const SizedBox(height: 40),
const SizedBox(height: 60),
ElevatedButton(
onPressed: () async {
if (_formKey.currentState!.validate()) {