Hi,
Yes, this is by design. You can modiy Login.cshtml (See https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/Account/Login.cshtml#L95) and remove some conditions to achieve what you want.
Hi @kalidarscope
I couldn't see the code block in the screenshot. Could you share a new screenshot with a higher resolution ? Please also share how this problem happens.
Hi @henriksorensen
This is already added to next milestone and we will check it as soon as possible.
Hi,
Thanks. If you can upgrade your Abp related packages to 6.4 or above, this problem should be fixed.
Hi,
The new release is out. If you can create an issue on https://github.com/aspnetzero/aspnet-zero-core, we will also check this issue.
Hi,
In the modal window, _modalManager.close();
is called to close the modal. So, if you don't call this line, the modal window will not be closed but the callback function will be called.
Hi Bernard,
Do you want to get it from server callback ? If so, you should return it from server and then you can get it in done
function.
Hi,
Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core ? Our team will check these issues.
Hi @henriksorensen
We upgrade all NuGet packages in each version. The new version of AspNet Zero (13.3) will be released today or tomorrow.