wip: zen fix template
This commit is contained in:
parent
9d30bc692c
commit
ae4af54c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue