Skip to content

Commit

Permalink
Merge pull request #764 from opencrvs/add-rg-loc-to-email
Browse files Browse the repository at this point in the history
Add registration location to email as a variable
  • Loading branch information
euanmillar authored Oct 24, 2023
2 parents 25fa93f + 26958e4 commit 984e7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/notification/email-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ type UsernameUpdateVariables = {
type DeclarationCommonVariables = {
trackingId: string
crvsOffice: string
registrationLocation: string
applicationName: string
informantName: string
}
Expand Down

0 comments on commit 984e7d8

Please sign in to comment.