@@ -194,7 +194,8 @@ const validators = {
```javascript
const validators = {
username: [{
username: [
{
validator: /^[A-z]*$/,
message: 'My custom error message',
},
The note is not visible to the blocked user.