chore: Revert the migration for inbox name changes (#4919)

This commit is contained in:
Pranav Raj S 2022-06-23 20:36:46 +05:30 committed by GitHub
parent f39c10395a
commit dcbca173ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 18 deletions

View file

@ -16,4 +16,3 @@ export const isValidPassword = value => {
containsSpecialCharacter
);
};
export const isValidName = value => /^\b[\w\s]*\b$/.test(value);