UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

14 lines 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messages = { NO_LOGIN: "You miss the login field", NO_NAME: "You miss the name field", NO_PASSWORD: "You miss the password field", NO_PASSWORD_CONFIRMATION: "You miss the password confirmation field", WRONG_LOGIN: "Your login must have minimun of six letters, numbers or underscore. Space not allowed.", WRONG_NAME: "Your name must have at minimun two words and three letters.", WRONG_PASSWORD: "Your password must have 8 characters at minimun.", WRONG_PASSWORD_CONFIRMATION: "Your password confirmation must be equal your password.", LOGIN_TAKEN: "This login has been already used. Please pick another one.", }; //# sourceMappingURL=signup.messages.js.map