mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Require login for whereby meeting
This commit is contained in:
@@ -162,16 +162,23 @@ const TranscriptCreate = () => {
|
|||||||
>
|
>
|
||||||
{loadingUpload ? "Loading..." : "Upload File"}
|
{loadingUpload ? "Loading..." : "Upload File"}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
{requireLogin && (
|
||||||
|
<>
|
||||||
<Text align="center" m="2">
|
<Text align="center" m="2">
|
||||||
OR
|
OR
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
colorScheme="blue"
|
colorScheme="blue"
|
||||||
onClick={startMeeting}
|
onClick={startMeeting}
|
||||||
isDisabled={loadingRecord || loadingUpload || loadingMeeting}
|
isDisabled={
|
||||||
|
loadingRecord || loadingUpload || loadingMeeting
|
||||||
|
}
|
||||||
>
|
>
|
||||||
{loadingUpload ? "Loading..." : "Start Whereby Meeting"}
|
{loadingUpload ? "Loading..." : "Start Whereby Meeting"}
|
||||||
</Button>
|
</Button>
|
||||||
|
</>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user