Merge remote-tracking branch 'origin/main' into dbkr/matrix-utils-ts

This commit is contained in:
David Baker
2022-06-01 09:37:59 +01:00
12 changed files with 284 additions and 252 deletions

View File

@@ -39,7 +39,7 @@ export function UnauthenticatedView() {
const [callType, setCallType] = useState(CallType.Video);
const [loading, setLoading] = useState(false);
const [error, setError] = useState();
const [{ privacyPolicyUrl, recaptchaKey }, register] =
const [privacyPolicyUrl, recaptchaKey, register] =
useInteractiveRegistration();
const { execute, reset, recaptchaId } = useRecaptcha(recaptchaKey);