Develop
This commit is contained in:
parent
3c3989796e
commit
b45cc93ff4
@ -494,12 +494,14 @@ function App(): JSX.Element {
|
||||
/>
|
||||
</Route>
|
||||
</Route>
|
||||
|
||||
<Route path="*" element={<ABDesignV1Routes />} />
|
||||
|
||||
<Route path="*" element={<Navigate to={getRouteBy(subscriptionStatus)} />} />
|
||||
|
||||
{/* ROUTES OFF */}
|
||||
|
||||
<Route path="*" element={<ABDesignV1Routes />} />
|
||||
{/* <Route path="*" element={<ABDesignV1Routes />} /> */}
|
||||
<Route path={`${chatsPrefix}/*`} element={<ChatsRoutes />} />
|
||||
<Route
|
||||
path={`${routes.client.mikeV1()}/*`}
|
||||
|
||||
@ -60,9 +60,9 @@ function OnboardingPage() {
|
||||
if (auraVideoTrial === "on") {
|
||||
return navigate(routes.client.trialChoiceVideoV1());
|
||||
}
|
||||
if (authCode?.length) {
|
||||
// if (authCode?.length) {
|
||||
return navigate(routes.client.tryAppV1());
|
||||
}
|
||||
// }
|
||||
return navigate(routes.client.trialChoiceV1());
|
||||
}, [auraVideoTrial, authCode?.length, navigate, path]);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user