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