Skip to content

Commit

Permalink
🐛 FIX: Fix some minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
riverrun46 committed Sep 25, 2023
1 parent d4db6b4 commit c5230ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"js": ["./index.global.js"]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": ["content.js"],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/authorize/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const action = actions[actionName as ActionType]
const params: any = JSON.parse(route.query.params as string)
const exit = () => {
// window.close()
window.close()
}
const getHostAndToTx = async (txid: string) => {
Expand Down

0 comments on commit c5230ee

Please sign in to comment.