This commit is contained in:
Patrick Alvin Alcala 2025-02-06 17:16:23 +08:00
parent 064814e165
commit 47a2d34933
2 changed files with 62 additions and 64 deletions

View file

@ -28,7 +28,7 @@ class _LoginPageState extends State<LoginPage> {
bool _isLoading = false;
void _signIn() async {
if (_isLoading) return;
// if (_isLoading) return;
final email = _emailController.text;
final password = _passwordController.text;