Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Jan 8, 2025
1 parent 63d6885 commit 50e775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/magic-sdk/src/iframe-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class IframeController extends ViewController {
iframe.dataset.magicIframeLabel = createURL(this.endpoint).host;
iframe.title = 'Secure Modal';
iframe.src = this.getIframeSrc();
iframe.allow = 'identity-credentials-get; clipboard-read; clipboard-write';
iframe.allow = 'clipboard-read; clipboard-write';
applyOverlayStyles(iframe);
document.body.appendChild(iframe);
resolve(iframe);
Expand Down

0 comments on commit 50e775f

Please sign in to comment.