Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
stateleveltenantidconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldevgarg committed Dec 5, 2023
1 parent 3114a0f commit d10671a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/mgramseva/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ void main() {
};

WidgetsFlutterBinding.ensureInitialized();
if(kIsWeb){
await dotenv.load();
}else{
await dotenv.load(fileName: 'assets/.env');
}
await dotenv.load(fileName: 'assets/.env');
if(kIsWeb){
await Firebase.initializeApp(options: FirebaseConfigurations.firebaseOptions);
}else{
Expand Down

0 comments on commit d10671a

Please sign in to comment.