Skip to content

Commit

Permalink
Merge branch 'develop' into fix/dataset-creation-ui-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Nov 6, 2024
2 parents ab85091 + 229809e commit 95d35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-frontend/middleware/route-guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default ({ $auth, route, redirect }: Context) => {
default:
if (!$auth.loggedIn) {
if (route.path !== "/") {
set("redirectTo", route.path);
set("redirectTo", route.fullPath);
}

redirect({
Expand Down

0 comments on commit 95d35f2

Please sign in to comment.