feat(frontend): add emprunt confirmation screen (completes borrow flow)
This commit is contained in:
@@ -12,7 +12,10 @@ class LoginScreen extends StatelessWidget {
|
||||
|
||||
void _identifier(BuildContext context) {
|
||||
Navigator.of(context).push(
|
||||
MaterialPageRoute(builder: (_) => const HomeScreen()),
|
||||
MaterialPageRoute(
|
||||
builder: (_) => const HomeScreen(),
|
||||
settings: const RouteSettings(name: "home"),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user