remove has from url bar

This commit is contained in:
2024-08-27 15:47:20 +02:00
parent 567c8cbfb9
commit fb9f525cc3
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ void main() async {
apiBasePath: "/auth",
);
setPathUrlStrategy();
();
FlutterNativeSplash.remove();
runApp(const MzanziInnovationHub());
}