What I want to achieve is:
to disable 'changeEmail' button when the user's verified email address passed the regex test.
My question is:
I don't know how to get user's email in the frontend, it seems that there are very few descriptions for email-related methods in the API doc, I don't quite understand these methods, can anyone give me some advice?