@nestlab/google-recaptcha
Version:
Google recaptcha module for NestJS.
10 lines (9 loc) • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SetRecaptchaOptions = void 0;
const common_1 = require("@nestjs/common");
const provider_declarations_1 = require("../provider.declarations");
function SetRecaptchaOptions(options) {
return (0, common_1.SetMetadata)(provider_declarations_1.RECAPTCHA_VALIDATION_OPTIONS, options);
}
exports.SetRecaptchaOptions = SetRecaptchaOptions;