diff options
| author | Dax Raad <[email protected]> | 2025-10-04 21:33:39 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-04 21:33:47 -0400 |
| commit | 5f7ae6477bca82eb0d53f325fe01dc25f50d85c2 (patch) | |
| tree | d69392511a90135df642a071bf06da81a9525a9a /packages/console/core/src/user.ts | |
| parent | f41a54b4b01897533e28c86ed31ec3c136269969 (diff) | |
| download | opencode-5f7ae6477bca82eb0d53f325fe01dc25f50d85c2.tar.gz opencode-5f7ae6477bca82eb0d53f325fe01dc25f50d85c2.zip | |
sync
Diffstat (limited to 'packages/console/core/src/user.ts')
| -rw-r--r-- | packages/console/core/src/user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/core/src/user.ts b/packages/console/core/src/user.ts index c9567a2cb..e33e86cb0 100644 --- a/packages/console/core/src/user.ts +++ b/packages/console/core/src/user.ts @@ -122,7 +122,7 @@ export namespace User { // send email, ignore errors try { - const { InviteEmail } = await import("@opencode/console-mail/InviteEmail.jsx") + const { InviteEmail } = await import("@opencode-ai/console-mail/InviteEmail.jsx") await AWS.sendEmail({ to: email, subject: `You've been invited to join the ${workspaceID} workspace on OpenCode Zen`, |
