fix(lecoffre-front): iframe src utilise getIframeUrl() au lieu de getTargetOrigin() pour charger l'URL complète
All checks were successful
build-and-push-ext / build_push (push) Successful in 58s

This commit is contained in:
Debian Dev4 2025-09-18 16:46:08 +00:00
parent 6cfeb5cab8
commit 04fcc2e5b2

View File

@ -185,7 +185,7 @@ export default function AuthModal({ isOpen, onClose }: AuthModalProps) {
}}> }}>
<iframe <iframe
ref={iframeRef} ref={iframeRef}
src={IframeReference.getTargetOrigin()} src={IframeReference.getIframeUrl()}
style={{ style={{
display: showIframe ? 'block' : 'none', display: showIframe ? 'block' : 'none',
width: '400px', width: '400px',