feat(apps): integrate auth cubits with register and login screens
This commit is contained in:
@@ -35,7 +35,7 @@ class _LoginEmailScreenState extends State<LoginEmailScreen> {
|
||||
setState(() {
|
||||
_showWarning = false;
|
||||
});
|
||||
context.push('/login/password');
|
||||
context.push('/login/password', extra: _emailController.text);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user