Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Feb 29, 2024
1 parent 4589291 commit 7e3b89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/following-latest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const isLoading = ref(false)
async function fetchList() {
if (!userStore.isLoggedIn) {
return router.push({
name: 'login',
name: 'user-login',
query: { back: route.fullPath },
})
}
Expand Down

0 comments on commit 7e3b89d

Please sign in to comment.