fix-general (#6)

Reviewed-on: http://catelliub.zapto.org:3000/brontomark/flux/pulls/6
Co-authored-by: Mark M2 Macbook <marco@catelli.it>
Co-committed-by: Mark M2 Macbook <marco@catelli.it>
This commit is contained in:
2026-04-20 21:37:39 +02:00
committed by brontomark
parent c3d4f3fac7
commit c5b5b76bd6
4 changed files with 89 additions and 57 deletions

View File

@@ -15,6 +15,7 @@ class AuthScreen extends StatefulWidget {
class _AuthScreenState extends State<AuthScreen> {
final _emailController = TextEditingController();
final _passwordController = TextEditingController();
final _isPassword = true;
@override
void dispose() {