Skip to content

Commit

Permalink
fix(Profile import)
Browse files Browse the repository at this point in the history
fixes #1464

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 12, 2023
1 parent ead517e commit 57ce1bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const actionsDefinition = {
return account.id
},
async [actions.IMPORT_ACCOUNTS]({commit, dispatch, state}, accounts) {
await browser.permissions.request({origins: ['*://*/*']})
await Account.import(accounts)
await dispatch(actions.LOAD_ACCOUNTS)
},
Expand Down

0 comments on commit 57ce1bd

Please sign in to comment.