I found a way to catch error, now can straight away get the error code after parsed to JSON:
const parsedObj = JSON.parse(error.response);
if (parsedObj.error.code !== 1) {
this.message.error(this.l('ContactAdmin'));
}
Thanks, Kenny.
Hi,
Thanks for the information, I will try and come back here if there is any issue or challenge.
Thanks, Kenny.
Hi,
We are using non-core project, any reference for non-core project?
Thanks, Kenny.
Hi, our concern is how to implement sending verification code by SMS to user based on the phone number. I don't see any function similar to send verification code from AbpLogInManager.
Do we need to implement third party framework or ASP.NET has this function?
Thanks, Kenny.
Hi, nope.
What we are trying to achieve is register/sign up by phone number + SMS verification code.
Sorry for late response.
Thanks, Kenny.
Hi, yes I meant phone number sign up.
Sorry for late response.
Thanks, Kenny.
Hi maliming,
Thanks for the quick response.
Thanks, Kenny.
Hi, me and my team are using non-core ASP.NET Zero Version 5.6.0 (ASP.NET MVC 5 & AngularJs 1.x).
We are wondering how to implement so call User site and Admin site, which means:
Thanks, Kenny.