TF-585 Fix identity restrict BCC field
This commit is contained in:
@@ -28,6 +28,8 @@ extension ValicatorFailureExtension on VerifyNameFailure {
|
||||
String getMessageIdentity(BuildContext context) {
|
||||
if (exception is EmptyNameException) {
|
||||
return AppLocalizations.of(context).this_field_cannot_be_blank;
|
||||
} else if (exception is EmailAddressInvalidException) {
|
||||
return AppLocalizations.of(context).thisEmailAddressInvalid;
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user