feat(web): enhance transaction display and account management features
This commit is contained in:
@@ -19,6 +19,7 @@ internal static class Endpoint
|
||||
var user = await appDbContext.Users
|
||||
.Include(u => u.Institutions)
|
||||
.ThenInclude(i => i.Accounts)
|
||||
.ThenInclude(a => a.Metadata)
|
||||
.FirstOrDefaultAsync(u => u.Id == userId);
|
||||
|
||||
if (user is null)
|
||||
|
||||
Reference in New Issue
Block a user