diff --git a/src/connectors/webwallet/starknetWindowObject/wormhole.ts b/src/connectors/webwallet/starknetWindowObject/wormhole.ts index 3bb3510d..f1f28f53 100644 --- a/src/connectors/webwallet/starknetWindowObject/wormhole.ts +++ b/src/connectors/webwallet/starknetWindowObject/wormhole.ts @@ -69,7 +69,9 @@ export const createModal = async (targetUrl: string, shouldShow: boolean) => { "allow-top-navigation", "allow-popups", ) - iframe.allow = "clipboard-write" + iframe.allow = + "clipboard-write; publickey-credentials-create *; publickey-credentials-get *" + iframe.id = "argent-webwallet-iframe" const modal = applyModalStyle(iframe)