mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Include pop ups + change auth flow for github codespace
This commit is contained in:
@@ -84,7 +84,10 @@ class MyApp extends StatelessWidget {
|
||||
if (snapshot.connectionState == ConnectionState.waiting) {
|
||||
return CircularProgressIndicator();
|
||||
}
|
||||
if (snapshot.hasData && snapshot.data != null) {
|
||||
String hostname = Uri.base.host;
|
||||
|
||||
if (snapshot.hasData && snapshot.data != null ||
|
||||
hostname.contains('github.dev')) {
|
||||
return MultiProvider(
|
||||
providers: [
|
||||
ChangeNotifierProvider(
|
||||
|
||||
Reference in New Issue
Block a user