Skip to content

Commit

Permalink
feat: refresh after captcha done
Browse files Browse the repository at this point in the history
  • Loading branch information
daidr committed Nov 5, 2022
1 parent 2a6d064 commit 7a025a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,6 @@ onMessage('finish_captcha', async ({ data: { tabId, uid, geetest } }) => {

tabs.remove(tabId)
getRoleInfoByCookie(oversea, cookie, setCookie)
// refreshData()
refreshData()
return result
})

0 comments on commit 7a025a9

Please sign in to comment.