Skip to content

Commit ecd0694

Browse files
committed
df
1 parent 34b1762 commit ecd0694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MyApp extends StatelessWidget {
4343
primaryColor: Colors.indigo[900],
4444
),
4545
home: (kIsWeb)
46-
? Home()
46+
? Home(
4747
: ((FirebaseAuth.instance.currentUser == null) ? Authenticate() : Home()),
4848
));
4949
}

0 commit comments

Comments
 (0)