transition 1
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class IgelApp extends ConsumerWidget {
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return MaterialApp.router(
|
||||
title: 'Igel',
|
||||
routerConfig: buildRouter(isAuthed: false), // TODO: Token prüfen
|
||||
routerConfig: buildRouter(),
|
||||
theme: ThemeData(useMaterial3: true),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user