mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 00:06:38 +00:00
show owner in users table, list roles query in invite form, and more
This commit is contained in:
@@ -145,7 +145,7 @@ export async function inviteUser(
|
||||
email,
|
||||
inviteLink,
|
||||
expiresInDays: (validHours / 24).toString(),
|
||||
orgName: orgId,
|
||||
orgName: org[0].name || orgId,
|
||||
inviterName: req.user?.email,
|
||||
}),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user