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
All checks were successful
build-and-push-ext / build_push (push) Successful in 58s
This commit is contained in:
parent
6cfeb5cab8
commit
04fcc2e5b2
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user