Skip to content

Commit

Permalink
"fixed typo in page check inbox"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Mar 20, 2024
1 parent 4dcc0bc commit 79aa386
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Auth0Redirects from '../components/Auth0Redirects'
function PageCheckInbox() {
return (
<Auth0Redirects
errorText={"Please sign up with a business email only"}
bodyText={"Try again with a different email id"}
errorText={"Check your email"}
bodyText={"We sent you a temporary verification link to your email. Please click on the link to activate your account."}
/>
)
}
Expand Down

0 comments on commit 79aa386

Please sign in to comment.