Skip to content

Commit

Permalink
Removed ui param for setup;
Browse files Browse the repository at this point in the history
  • Loading branch information
stef-coenen committed Aug 14, 2023
1 parent 14128ee commit 937e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/owner-app/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const RootRoute = ({ children }: { children: ReactNode }) => {
console.debug('[NOT CONFIGURED]: Redirect to configure');
return (
<Navigate
to={`${SETUP_PATH}?ui=none&returnUrl=${encodeURIComponent(
to={`${SETUP_PATH}?returnUrl=${encodeURIComponent(
window.location.pathname + window.location.search
)}`}
/>
Expand Down

0 comments on commit 937e035

Please sign in to comment.