Skip to content

Commit

Permalink
feat(bug-loginexternal-page): replaces login external page
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiantela committed Jun 6, 2024
1 parent c0dcd37 commit b308628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ const router = new Router({
);

if (to.query.next) {
next(to.query.next);
next({ path: to.query.next, replace: true });
} else {
next('/home');
next({ path: '/home', replace: true });
}
},
},
Expand Down

0 comments on commit b308628

Please sign in to comment.