Base solution for your next web application

Activities of "dev.touchpoint"

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 support team,

This module is no more in v8.8.0, so is there any other way to catch the error?

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.

Ok thanks for the confirmation.

If this really happen in the future, we will create a new issue.

Thanks, Kenny.

I solved already.

Thanks, Kenny.

Showing 1 to 10 of 18 entries