Fix: When clicking the "join call now" button twice two guests are registered. (#2173)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -41,6 +41,8 @@ export const RoomAuthView: FC = () => {
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
(e) => {
|
(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
setLoading(true);
|
||||||
|
|
||||||
const data = new FormData(e.target);
|
const data = new FormData(e.target);
|
||||||
const dataForDisplayName = data.get("displayName");
|
const dataForDisplayName = data.get("displayName");
|
||||||
const displayName =
|
const displayName =
|
||||||
|
|||||||
Reference in New Issue
Block a user