💄 show approval state in the user device uI

This commit is contained in:
Fred KISSIE
2026-01-14 01:59:51 +01:00
parent 30943010e6
commit 4c78e93143
5 changed files with 43 additions and 34 deletions

View File

@@ -136,7 +136,8 @@ function queryClients(
username: users.username,
userEmail: users.email,
niceId: clients.niceId,
agent: olms.agent
agent: olms.agent,
approvalState: clients.approvalState
})
.from(clients)
.leftJoin(orgs, eq(clients.orgId, orgs.orgId))