Skip to content

Commit

Permalink
Merge pull request #2737 from guardian/mm/registration-passcode-email…
Browse files Browse the repository at this point in the history
…-cta

Passcodes | Use `{{CTA}}` as CTA format on RegistrationPasscode email
  • Loading branch information
coldlink committed May 20, 2024
2 parents 37a737a + ecf9bef commit 3e221f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const RegistrationPasscode = () => {
code to verify your email.
</Text>
<Text largeText>
<strong>{`$\${oneTimePassword}`}</strong>
<strong>{`{{CTA}}`}</strong>
</Text>
<Text>
<strong>
Expand Down

0 comments on commit 3e221f5

Please sign in to comment.