Compare commits

...

1 Commits

Author SHA1 Message Date
Timo K
8562634391 Fix: When clicking the "join call now" button twice two guests are registered.
Signed-off-by: Timo K <toger5@hotmail.de>
2024-02-13 12:43:15 +01:00

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 =