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:
Timo
2024-02-13 16:36:09 +01:00
committed by GitHub
parent bcd8890f0a
commit bb570b953b

View File

@@ -41,6 +41,8 @@ export const RoomAuthView: FC = () => {
// @ts-ignore
(e) => {
e.preventDefault();
setLoading(true);
const data = new FormData(e.target);
const dataForDisplayName = data.get("displayName");
const displayName =