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