Alon Valadji
Alon Valadji
it looks great, but i can't understand how you'll define the message for the error. maybe something like: ```js const isUserName = compose( isString('must be a string'), minLength(4)('at least 4...
@antonioru we can take inspiration from [Joi](https://hapi.dev/module/joi/). they return an object like so: ```js schema.validate({ username: 'abc', birth_year: 1994 }); // -> { value: { username: 'abc', birth_year: 1994 }...
@antonioru it looks interesting, i didn't had time to play with it. however, i have an idea for an abstraction that can be done by the user and not in...
See if you can add support for it, would be much appriciated.
can you resolve conflicts and update from master?
same here, when going manually to http://localhost/builder/auth/login it redirects again to http://localhost/builder/auth/org