Can the Google sign on URL be obtained in anyway
Can't understand it very well, Can you explain it in detail?
You can create a project, and then share your Google client id and secret and other info, I can try it locally.
liming.ma@volosoft.com
A task was canceled.
This exception is usually the caller canceling the call due to timeout or other reasons.
Can you share code or a simple project that reproduces the problem?
I will update the templates Thanks.
hi I am still working on it. I will leave a message if I'm done.
context.Groups.RemoveAll(x => x.Id == "Volo-Abp-Account-Picture" || x.Id == "Volo-Abp-Account-TwoFactor");
Configure<ProfileManagementPageOptions>(options =>
{
options.Contributors.Add(new MyAccountProfileManagementPageContributor());
});
public async Task ConfigureAsync(ProfileManagementPageCreationContext context)
{
context.Groups.Remove..
}