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
|
||||
ref={iframeRef}
|
||||
src={IframeReference.getTargetOrigin()}
|
||||
src={IframeReference.getIframeUrl()}
|
||||
style={{
|
||||
display: showIframe ? 'block' : 'none',
|
||||
width: '400px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user