transition 1

This commit is contained in:
2025-10-21 22:29:18 +02:00
parent e7ac4718dc
commit e38ab2aafa
6 changed files with 282 additions and 110 deletions
+1 -1
View File
@@ -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),
);
}