From e05ad18ee477f00fc36590904881d013900ee7ba Mon Sep 17 00:00:00 2001 From: Robert Pintilii Date: Mon, 19 Sep 2022 15:57:57 +0300 Subject: [PATCH] fix(prejoin) Remove no longer needed hack --- .../features/prejoin/components/Prejoin.web.js | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/react/features/prejoin/components/Prejoin.web.js b/react/features/prejoin/components/Prejoin.web.js index b49a9f920..4fd132519 100644 --- a/react/features/prejoin/components/Prejoin.web.js +++ b/react/features/prejoin/components/Prejoin.web.js @@ -3,10 +3,8 @@ import InlineDialog from '@atlaskit/inline-dialog'; import React, { Component } from 'react'; -import { LoginDialog, WaitForOwnerDialog } from '../../authentication/components'; import { Avatar } from '../../base/avatar'; import { isNameReadOnly } from '../../base/config'; -import { isDialogOpen } from '../../base/dialog/functions'; import { translate } from '../../base/i18n'; import { IconArrowDown, IconArrowUp, IconPhone, IconVolumeOff } from '../../base/icons'; import { isVideoMutedByUser } from '../../base/media'; @@ -15,8 +13,6 @@ import { ActionButton, InputField, PreMeetingScreen } from '../../base/premeetin import { connect } from '../../base/redux'; import { getDisplayName, updateSettings } from '../../base/settings'; import { getLocalJitsiVideoTrack } from '../../base/tracks'; -import { getIsLobbyVisible } from '../../lobby/functions'; -import { PasswordRequiredPrompt } from '../../room-lock/components'; import { joinConference as joinConferenceAction, joinConferenceWithoutAudio as joinConferenceWithoutAudioAction, @@ -50,11 +46,6 @@ type Props = { */ hasJoinByPhoneButton: boolean, - /** - * Whether authentication is taking place or not. - */ - isAuthInProgress: boolean, - /** * Joins the current meeting. */ @@ -345,7 +336,6 @@ class Prejoin extends Component { const { deviceStatusVisible, hasJoinByPhoneButton, - isAuthInProgress, joinConference, joinConferenceWithoutAudio, name, @@ -382,7 +372,7 @@ class Prejoin extends Component { data-testid = 'prejoin.screen'> {this.showDisplayNameField ? (