Skip to content

Commit

Permalink
perf[getInfo]:stop run after reject (PanJiaChen#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrxy authored Jun 26, 2020
1 parent cd8d52b commit c9cb7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const actions = {
const { data } = response

if (!data) {
reject('Verification failed, please Login again.')
return reject('Verification failed, please Login again.')
}

const { name, avatar } = data
Expand Down

0 comments on commit c9cb7db

Please sign in to comment.