@danielbiegler/vendure-plugin-user-registration-guard
Version:
Let's you flexibly customize if and how you prevent users from registering with your Vendure instance.
13 lines (12 loc) • 408 B
TypeScript
/**
* This file should export the public API of the plugin.
* This typically includes the Plugin class itself, as well as:
*
* - entities
* - services which might be used externally
* - events
* - custom strategies that can be configured by the user of the plugin
*/
export * from "./events/user-registration-blocked.event";
export * from "./types";
export * from "./user-registration-guard.plugin";