good morning
This commit is contained in:
@@ -66,7 +66,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
||||
Container(
|
||||
decoration: AppTheme.glassDecoration,
|
||||
child: isLoggedIn
|
||||
? const FileExplorer()
|
||||
? const FileExplorer(orgId: 'org1')
|
||||
: const LoginForm(),
|
||||
),
|
||||
// Top-left radial glow - primary accent light
|
||||
|
||||
Reference in New Issue
Block a user