Fix dismissing recaptcha

This commit is contained in:
Robert Long
2022-01-04 17:57:23 -08:00
parent 24ccfa0dd8
commit d59f0e748d
2 changed files with 41 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ export function UnauthenticatedView() {
(e) => {
e.preventDefault();
const data = new FormData(e.target);
const roomName = data.get("roomName");
const roomName = data.get("callName");
const userName = data.get("userName");
async function submit() {