5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
@model CPRNIMS.Infrastructure.Models.Account.User
|
|
@{
|
|
Layout = "_LoginLayout";
|
|
}
|
|
@await Html.PartialAsync("_LoginBody") |