Skip to content

Commit

Permalink
fix: close options page if click "do it later"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jul 30, 2019
1 parent 0656918 commit 963c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/options-page/Welcome/index.tsx
Expand Up @@ -68,7 +68,7 @@ const WelcomeActions = {
this.autoVerifyBio(user, prove)
},
onFinish(reason: 'quit' | 'done') {
location.hash = ''
window.close()
},
}
interface Welcome {
Expand Down

0 comments on commit 963c329

Please sign in to comment.