mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Merge branch 'dev' into feat/um-114-roles-and-permissions
This commit is contained in:
parent
3085bdd713
commit
ab9f403448
28 changed files with 345 additions and 412 deletions
|
|
@ -36,9 +36,7 @@ export async function getUser(
|
|||
id: true,
|
||||
username: true,
|
||||
userRole: {
|
||||
include: {
|
||||
role: true,
|
||||
},
|
||||
select: { role: true },
|
||||
},
|
||||
password: includePassword,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue