update app env and nginx to cater for minio

This commit is contained in:
2024-07-18 10:27:27 +02:00
parent 9189201229
commit e7862d1638
5 changed files with 15 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ class _HomeState extends State<Home> {
future: getUserEmail(),
builder: (contexts, snapshot) {
if (snapshot.connectionState == ConnectionState.done) {
//print("home page: $useremail");
return Scaffold(
appBar: const MyAppBar(barTitle: "Mzansi Innovation Hub"),
drawer: HomeAppDrawer(userEmail: useremail),