Skip to content

Commit

Permalink
Update user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm authored Dec 2, 2024
1 parent 6f644f5 commit 30a39be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pinia/modules/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const useUserStore = defineStore('user', () => {

const NeedInit = async () => {
await ClearStorage()
console.log('token',token)
await router.push({ name: 'Init', replace: true })
}

Expand Down

0 comments on commit 30a39be

Please sign in to comment.