Jelajahi Sumber

wip: zen fix template

Frank 11 bulan lalu
induk
melakukan
ae4af54c7d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/console/core/src/user.ts

+ 1 - 1
packages/console/core/src/user.ts

@@ -134,7 +134,7 @@ export namespace User {
         const { InviteEmail } = await import("@opencode-ai/console-mail/InviteEmail.jsx")
         const { InviteEmail } = await import("@opencode-ai/console-mail/InviteEmail.jsx")
         await AWS.sendEmail({
         await AWS.sendEmail({
           to: email,
           to: email,
-          subject: `You've been invited to join the ${workspaceID} workspace on OpenCode Zen`,
+          subject: `You've been invited to join the ${emailInfo.workspaceName} workspace on OpenCode Console`,
           body: render(
           body: render(
             // @ts-ignore
             // @ts-ignore
             InviteEmail({
             InviteEmail({