Open ChetanaKoulagi opened 7 years ago
"oops something went wrong" is the title of the modal (the error message box). The actual error message will be in the body of the modal. The title of the modal should be left generic. So I changed it to 'Registration Error'. I believe what you are asking for - 'email is already registered' - should appear in the body of the modal. Please let me know what you are seeing in the body of the message.
As for the rest of the messaging changes sent through email, points 2,3 and 4 - are backend java changes. Backend engineer should handle that. I have fixed 1, 5 and 6. I have pushed all my changes to vinod/featurebranch.
Yes, you are right on the 'email is already registered' should appear in the body of the modal.
For others, will ask to be fixed at backend.
Does it not appear now? What appears in the body of the modal now?
According to the code, the modal simply displays whatever message is received from the backend in the body of the modal. So, if you want the body of the modal to have the right message, you may want to check with the backend engineer.
Ok. Will check at backend.
Shilpa's backend changes has been pushed