Advertisement
darkmavis1980

Untitled

Jul 20th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(!._isEmpty(error.data)){
  2.     if (!_.isEmpty(error.data.current_password) && _.isArray(error.data.current_password)) {
  3.    
  4.       ErrorManager.errorMessage({message: error.data.current_password[0]});
  5.     } else {
  6.       ErrorManager.errorMessage({translation: __CANT_UPDATE_PASSWORD__});
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement