forked from Sarah/Lieb-Website
changes UserId to LiebUserId
This commit is contained in:
parent
7b44e41eb2
commit
31a0e20f1d
5 changed files with 9 additions and 9 deletions
|
@ -29,7 +29,7 @@ namespace Lieb.Pages.Users
|
|||
return NotFound();
|
||||
}
|
||||
|
||||
User = await _context.Users.FirstOrDefaultAsync(m => m.UserId == id);
|
||||
User = await _context.Users.FirstOrDefaultAsync(m => m.LiebUserId == id);
|
||||
|
||||
if (User == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue