added local db
This commit is contained in:
@@ -44,7 +44,7 @@ class _LoginScreenState extends ConsumerState<LoginScreen> {
|
||||
password: _password.text,
|
||||
);
|
||||
|
||||
if (ok && mounted) context.go(AppRoutes.welcome);
|
||||
if (ok && mounted) context.go(AppRoutes.pos);
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user