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; }