Remove grecaptcha from globals thanks to #6412

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
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
1 changed files with 0 additions and 1 deletions

View File

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