UNPKG

@danielbiegler/vendure-plugin-user-registration-guard

Version:

Let's you flexibly customize if and how you prevent users from registering with your Vendure instance.

8 lines (7 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLUGIN_INIT_OPTIONS = exports.loggerCtx = void 0; /** @internal */ exports.loggerCtx = "PluginUserRegistrationGuard"; /** @internal */ exports.PLUGIN_INIT_OPTIONS = Symbol("PLUGIN_INIT_OPTIONS");