UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 209 B
"use strict";exports.passwordValidation=s=>({minLength:{value:s||8,message:`Password must have at least ${s||8} characters`},equal:{value:"password",message:"You cannot choose 'password' as your password"}});