Merge branch 'develop' into 'main'
Develop See merge request witapp/aura-webapp!702
This commit is contained in:
commit
b66ac7f7ec
@ -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