Skip to content

Commit

Permalink
fix 登录失败的提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Jun 24, 2024
1 parent 6fad85e commit 1cb0299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moviepilot",
"version": "1.9.8-1",
"version": "1.9.8-2",
"private": true,
"bin": "dist/service.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ api.interceptors.response.use(
router.push('/login')
}

return Promise.reject(new Error(error))
return Promise.reject(error)
},
)

Expand Down

0 comments on commit 1cb0299

Please sign in to comment.