Skip to content

Commit

Permalink
default landing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NabeelAyubee committed Sep 10, 2024
1 parent 437eb1f commit 8ce15b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const DigitAppWrapper = ({ stateCode, modules, appTenants, logoUrl, initD
</Route>
)}
<Route>
<Redirect to={`/${window?.globalPath}/user/sign-up`} />
<Redirect to={Digit.Utils.getMultiRootTenant() ? `/${window?.globalPath}/user/sign-up` : `/${window?.contextPath}/${defaultLanding}`} />
</Route>
</Switch>
</div>
Expand Down

0 comments on commit 8ce15b6

Please sign in to comment.