perf[getInfo]:stop run after reject (#599)
This commit is contained in:
parent
cd8d52bfbd
commit
c9cb7db3ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user