Unverified Commit c9cb7db3 authored by morrxy's avatar morrxy Committed by GitHub

perf[getInfo]:stop run after reject (#599)

parent cd8d52bf
...@@ -50,7 +50,7 @@ const actions = { ...@@ -50,7 +50,7 @@ const actions = {
const { data } = response const { data } = response
if (!data) { if (!data) {
reject('Verification failed, please Login again.') return reject('Verification failed, please Login again.')
} }
const { name, avatar } = data const { name, avatar } = data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment