add user locked msg

This commit is contained in:
Jake Potrebic 2021-03-25 12:23:34 -07:00
parent 38c258b0c7
commit c2a76f819e
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -613,6 +613,9 @@ const msgs: LocaleMessageObject = {
minLength: 'Minimum length is {0}',
invalidFormat: '{0} is invalid',
},
error: {
userLocked: 'Your account is locked.',
},
};
export default msgs;