main
230404 2025-12-02 15:47:27 +00:00
parent 409ee20353
commit 4f2158bc1a
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,6 @@ class LoginController with ChangeNotifier {
try {
await Future.delayed(const Duration(seconds: 2));
// Simula login bem-sucedido
_isLoading = false;
notifyListeners();
return true;

View File

@ -259,4 +259,4 @@ class CreateAccountButton extends StatelessWidget {
),
);
}
}
}