Skip to content

Commit

Permalink
Merge pull request #23 from JustaName-id/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Ghadi8 authored Oct 1, 2024
2 parents 1fb65fa + 31d697c commit 7f38e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"vitest": "^1.3.1",
"@react-email/components": "^0.0.25",
"react": "18.3.1",
"resend": "^4.0.0"
"resend": "^4.0.0",
"react-dom": "18.3.1"
}
}
2 changes: 2 additions & 0 deletions apps/vc-api/src/external/email-sender/email-sender.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { ENVIRONMENT_GETTER, IEnvironmentGetter } from '../../core/applications/
import { EmailNotification } from '../../core/domain/entities/emailNotification';
import {createElement} from "react";
import VerificationEmail from './templates/verification-email.template';
import 'react';
import 'react-dom/server';

@Injectable()
export class EmailSender implements IEmailSender {
Expand Down

0 comments on commit 7f38e54

Please sign in to comment.