mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add shared password min/max length config
This commit is contained in:
parent
a2bac38579
commit
a225a77a8d
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ import { types } from 'sharetribe-sdk';
|
|||
|
||||
const { LatLng } = types;
|
||||
|
||||
export const PASSWORD_MIN_LENGTH = 8;
|
||||
export const PASSWORD_MAX_LENGTH = 256;
|
||||
|
||||
/**
|
||||
* Validator functions and helpers for Redux Forms
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue