mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 07:20:27 +00:00
wip: zen
This commit is contained in:
parent
83655a3b09
commit
182949dee4
4 changed files with 104 additions and 161 deletions
|
|
@ -134,7 +134,7 @@ export namespace User {
|
|||
const { InviteEmail } = await import("@opencode-ai/console-mail/InviteEmail.jsx")
|
||||
await AWS.sendEmail({
|
||||
to: email,
|
||||
subject: `You've been invited to join the ${emailInfo.workspaceName} workspace on OpenCode Console`,
|
||||
subject: `You've been invited to join the ${emailInfo.workspaceName} workspace on OpenCode`,
|
||||
body: render(
|
||||
// @ts-ignore
|
||||
InviteEmail({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue