UNPKG

@angstone/monostone

Version:

monolitic event-sourced framework

15 lines 768 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.messages = { NO_DEVICE_ID: "Application Error: No device id", NO_DEVICE_TYPE: "Application Error: No device type", NO_LOGIN: "You miss the login field", NO_PASSWORD: "You miss the password field", WRONG_DEVICE_ID: "Application Error: Wrong device id", WRONG_DEVICE_TYPE: "Application Error: Wrong device type", WRONG_LOGIN: "Your login must have minimun of six letters, numbers or underscore. Space not allowed.", WRONG_PASSWORD: "Your password must have 8 characters at minimun.", TYPED_WRONG_PASSWORD: "you typed an wrong password.", USER_NOT_FOUND: "This user was not found. Check your login.", }; //# sourceMappingURL=login.messages.js.map