mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-01 09:54:37 +00:00
TypeScriptify useInteractiveRegistration
This commit is contained in:
@@ -33,7 +33,7 @@ export function RoomAuthView() {
|
||||
const { setClient } = useClient();
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [error, setError] = useState();
|
||||
const [{ privacyPolicyUrl, recaptchaKey }, register] =
|
||||
const [privacyPolicyUrl, recaptchaKey, register] =
|
||||
useInteractiveRegistration();
|
||||
const { execute, reset, recaptchaId } = useRecaptcha(recaptchaKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user