You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
javascript datasenders/index.js needs to be improved. for example the handler for web_user_creation is very complex. It trys to parse the message from the view and guess where is the email id : (json_data.errors[i].split(' ')[3])
javascript datasenders/index.js needs to be improved. for example the handler for web_user_creation is very complex. It trys to parse the message from the view and guess where is the email id : (json_data.errors[i].split(' ')[3])
further examples :
Appropriate json could be passed directly from the views
The text was updated successfully, but these errors were encountered: