Skip to content

Commit

Permalink
fix: unsupported option on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jul 22, 2019
1 parent b63563a commit b4b2cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/background-script/WelcomeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export async function backupMyKeyPair(identifier: PersonIdentifier) {
browser.downloads.download({
url,
filename: `maskbook-keystore-backup-${today}.json`,
conflictAction: 'prompt',
saveAs: true,
})
}
Expand Down

0 comments on commit b4b2cdc

Please sign in to comment.