teste
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -259,4 +259,4 @@ class CreateAccountButton extends StatelessWidget {
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user