@edflex-tech/keycloakify
Version:
Keycloak theme generator for Reacts app
5 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.emailRegexp = void 0;
exports.emailRegexp = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
//# sourceMappingURL=emailRegExp.js.map