Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Cleaned up example email formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed May 26, 2021
1 parent bafec09 commit cdca00a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/src/ProjectUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function ProjectUser() {
switch (forgotDialogStep) {
case 0:
if (forgotUsernameVal) {
await forgotPassword(forgotUsernameVal, { footer: "hello<b>here</b>", greeting: "Hello World", appName: "My React Test" })
await forgotPassword(forgotUsernameVal, { appName: "My React Test" })
setForgotDialogStep(1);
}
break;
Expand All @@ -85,6 +85,7 @@ export default function ProjectUser() {
setForgotDialogStep(0)
setForgotDialogOpen(false)
}
break;
default:
break;
}
Expand Down

0 comments on commit cdca00a

Please sign in to comment.