Add all mocks for testing

This commit is contained in:
Joseph Garrone
2021-03-08 01:02:06 +01:00
parent d09038fde2
commit 3322d0e4a5
5 changed files with 56 additions and 3 deletions

View File

@ -117,7 +117,6 @@ export declare namespace KcContext {
};
passwordRequired: boolean;
recaptchaRequired: boolean;
/** undefined if !recaptchaRequired */
recaptchaSiteKey?: string;
};