Commit 87909b3b2cc7e866171198e08f4992444caebaa2

Authored by Fabio Teixeira
1 parent 63305af9

correcoes_aderencia: Correct Full Name validation bug

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
public/mpog-user-validations.js
... ... @@ -160,6 +160,8 @@
160 160 } else {
161 161 invalid = reg_special_char.test(slices[i]);
162 162 }
  163 +
  164 + if(invalid) break;
163 165 }
164 166  
165 167 return invalid;
... ...