From 3372a772481ad0ff790a2fad41d50d27aac484cf Mon Sep 17 00:00:00 2001 From: Germain Date: Tue, 20 Jul 2021 17:45:47 +0100 Subject: [PATCH] Remove grecaptcha from globals thanks to #6412 Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- src/@types/global.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 7f2ae91933..9d6bc2c6fb 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -92,7 +92,6 @@ declare global { mxUIStore: UIStore; mxSetupEncryptionStore?: SetupEncryptionStore; mxRoomScrollStateStore?: RoomScrollStateStore; - grecaptcha: any; mxOnRecaptchaLoaded?: () => void; }