Skip to content

Commit

Permalink
fix(email): use correct CTA format on RegistrationPasscode email
Browse files Browse the repository at this point in the history
  • Loading branch information
coldlink committed May 14, 2024
1 parent c352d89 commit 3fc01ed
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>{`$\${oneTimePassword}`}</strong>
</Text>
<Text>
<strong>
Expand Down

0 comments on commit 3fc01ed

Please sign in to comment.