Remove grecaptcha from globals thanks to #6412
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
efce2d16f1
commit
3372a77248
|
@ -92,7 +92,6 @@ declare global {
|
|||
mxUIStore: UIStore;
|
||||
mxSetupEncryptionStore?: SetupEncryptionStore;
|
||||
mxRoomScrollStateStore?: RoomScrollStateStore;
|
||||
grecaptcha: any;
|
||||
mxOnRecaptchaLoaded?: () => void;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue