Hi,
Yes its alright even in Single layer application also it is working fine.
Can you please check once with this Login.cshtml code
I think there is no need to add Login.cshtml.cs
code. Just add Login.cshtml
code
I hope this will work, its work at my end
thanks
Hi,
please check https://support.abp.io/QA/Questions/6322/Many-To-Many-Nested-Nav-Properties---Show-on-list-page#answer-3a0f75b4-7cd6-6bab-c1d2-7984ecc70411 if it helps you
Thanks
Hello,
For login.cshtml.cs
you may refer https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs
Hello,
please check similar issue https://support.abp.io/QA/Questions/3741/Linked-accounts-in-header-bar if it helps you.
Thanks
Hello,
check once https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b?permalink_comment_id=3575448#gistcomment-3575448 I tried and it works for me.
Thanks
Hello,
Please change Leptonx version to "@volosoft/abp.ng.theme.lepton-x": "~3.1.0",
After that delete youryarn.lock
file
Run commands :
yarn
and then
npm start
thanks,
Hello,
to update login page please check https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml
also add code for login.cshtml.cs
then you will not get the error for LoginModel
as you showed above.
Thanks
Hello,
Could you please share package.json
file here