update
This commit is contained in:
parent
064814e165
commit
47a2d34933
2 changed files with 62 additions and 64 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue