rebranding work
This commit is contained in:
@@ -52,7 +52,7 @@ This document describes how to integrate the waitlist email templates into the w
|
||||
In `packages/api/src/routes/waitlist.routes.ts`, after `prisma.waitlistEntry.create()` succeeds:
|
||||
|
||||
```typescript
|
||||
import { EmailService } from '@shieldai/shared-notifications';
|
||||
import { EmailService } from '@kordant/shared-notifications';
|
||||
|
||||
// Send confirmation immediately
|
||||
await EmailService.getInstance().sendWithTemplate(email, {
|
||||
|
||||
Reference in New Issue
Block a user