diff --git a/src/room/RoomAuthView.tsx b/src/room/RoomAuthView.tsx index 2b17e54a..272b82e4 100644 --- a/src/room/RoomAuthView.tsx +++ b/src/room/RoomAuthView.tsx @@ -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 =