This commit is contained in:
Frank
2025-10-03 23:48:29 -04:00
parent a61ca2e5bf
commit 7b627b7610
9 changed files with 1488 additions and 32 deletions
+2 -1
View File
@@ -151,9 +151,10 @@ export namespace User {
await Promise.all(
invitations.map((invite) =>
Actor.provide(
"system",
"user",
{
workspaceID: invite.workspaceID,
userID: invite.id,
},
() => Key.create({ name: "Default API Key" }),
),