Skip to content

Commit

Permalink
Release email templates
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed Dec 26, 2024
1 parent 1be4513 commit bae483a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emails/templates/email-update-confirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export const getTemplate: GetTemplate = async (props) => {
};

export const getSubject: GetSubject = async (_props) => {
return "Verify new email";
return "Confirm your new MEOD email address";
};
2 changes: 1 addition & 1 deletion emails/templates/email-verification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ export const getTemplate: GetTemplate = async (props) => {
};

export const getSubject: GetSubject = async (_props) => {
return "Verify email";
return "Verify email for your new MEOD account";
};
2 changes: 1 addition & 1 deletion emails/templates/password-reset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export const getTemplate: GetTemplate = async (props) => {
};

export const getSubject: GetSubject = async (_props) => {
return "Reset password";
return "Confirm password reset for MEOD";
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meod",
"version": "1.0.2",
"version": "1.0.3",
"description": "Keycloakify 11 template for meod",
"repository": {
"type": "git",
Expand Down

0 comments on commit bae483a

Please sign in to comment.