This reverts commit 4ce7fc6987, to take
more time to address PR comments
This commit is contained in:
@ -36,4 +36,5 @@ export type CaptchaModuleAsyncOptions = {
|
||||
) => CaptchaModuleOptions | Promise<CaptchaModuleOptions> | undefined;
|
||||
} & Pick<ModuleMetadata, 'imports'> &
|
||||
Pick<FactoryProvider, 'inject'>;
|
||||
|
||||
export type CaptchaValidateResult = { success: boolean; error?: string };
|
||||
|
||||
Reference in New Issue
Block a user