forked from Sarah/Lieb-Website
Revert "changes LiebContext, renamed User to LiebUser"
This reverts commit 7b44e41eb2
.
This commit is contained in:
parent
31a0e20f1d
commit
e0fd579c00
12 changed files with 20 additions and 31 deletions
|
@ -22,7 +22,7 @@ namespace Lieb.Pages.Users
|
|||
}
|
||||
|
||||
[BindProperty]
|
||||
public LiebUser User { get; set; }
|
||||
public User User { get; set; }
|
||||
|
||||
public async Task<IActionResult> OnGetAsync(int? id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue