chore: Revert the migration for inbox name changes (#4919)
This commit is contained in:
parent
f39c10395a
commit
dcbca173ac
4 changed files with 8 additions and 18 deletions
|
@ -16,4 +16,3 @@ export const isValidPassword = value => {
|
|||
containsSpecialCharacter
|
||||
);
|
||||
};
|
||||
export const isValidName = value => /^\b[\w\s]*\b$/.test(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue