Remove grecaptcha from globals thanks to #6412

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Germain 2021-07-20 17:45:47 +01:00 committed by GitHub
parent efce2d16f1
commit 3372a77248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,6 @@ declare global {
mxUIStore: UIStore;
mxSetupEncryptionStore?: SetupEncryptionStore;
mxRoomScrollStateStore?: RoomScrollStateStore;
grecaptcha: any;
mxOnRecaptchaLoaded?: () => void;
}