Update auth_screen.dart

This commit is contained in:
2026-08-29 17:24:08 +05:30
parent cdc58c9bce
commit 364961c9de

View File

@@ -19,8 +19,8 @@ class AuthScreen extends ConsumerStatefulWidget {
class _AuthScreenState extends ConsumerState<AuthScreen> class _AuthScreenState extends ConsumerState<AuthScreen>
with SingleTickerProviderStateMixin { with SingleTickerProviderStateMixin {
bool isLogin = true; bool isLogin = true;
final emailController = TextEditingController(text: 'nmadaswamy@gmail.com'); final emailController = TextEditingController(text: '');
final passwordController = TextEditingController(text: 'Algorithm@123'); final passwordController = TextEditingController(text: '');
void toggleMode(bool login) { void toggleMode(bool login) {
if (isLogin == login) return; if (isLogin == login) return;