mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Sitekey change should update execute method
This commit is contained in:
@@ -100,7 +100,7 @@ export function useRecaptcha(sitekey) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, [recaptchaId]);
|
}, [recaptchaId, sitekey]);
|
||||||
|
|
||||||
const reset = useCallback(() => {
|
const reset = useCallback(() => {
|
||||||
if (window.grecaptcha) {
|
if (window.grecaptcha) {
|
||||||
|
|||||||
Reference in New Issue
Block a user