diff --git a/src/components/WebexInMeeting/WebexInMeeting.jsx b/src/components/WebexInMeeting/WebexInMeeting.jsx
index 073effb4f..996d9c497 100644
--- a/src/components/WebexInMeeting/WebexInMeeting.jsx
+++ b/src/components/WebexInMeeting/WebexInMeeting.jsx
@@ -77,6 +77,7 @@ export default function WebexInMeeting({
meetingID={meetingID}
className={sc('authentication-guest')}
switchToHostModal={() => setAuthModal('host')}
+ style={style}
/>
)
:
diff --git a/src/components/WebexMeeting/WebexMeeting.jsx b/src/components/WebexMeeting/WebexMeeting.jsx
index 91dafd526..391db7548 100644
--- a/src/components/WebexMeeting/WebexMeeting.jsx
+++ b/src/components/WebexMeeting/WebexMeeting.jsx
@@ -144,6 +144,7 @@ export default function WebexMeeting({
meetingID={ID}
className={sc('authentication-guest')}
switchToHostModal={() => setAuthModal('host')}
+ style={style}
/>
)
:
diff --git a/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx b/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx
index b050b59e3..27c502e58 100644
--- a/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx
+++ b/src/components/WebexMeetingGuestAuthentication/WebexMeetingGuestAuthentication.jsx
@@ -145,9 +145,9 @@ export default function WebexMeetingGuestAuthentication({
tabIndex={102}
/>
{requiredCaptcha && requiredCaptcha.verificationImageURL && (
-
+
-
+
+
);
}