This commit is contained in:
2024-09-19 19:36:57 +05:30
parent f8389e34be
commit ff5f572044

View File

@@ -63,7 +63,8 @@ const App = () => {
isAuthenticate || isAuthenticatedInCookie === "true" ? (
<DefaultLayout isOnline={isOnline} />
) : (
<Login />
// <Login />
<OnboardingFrame />
)
// ) : (
// <NoInternetScreen />