Skip to content

Commit

Permalink
Merge pull request #17 from Real-Life-IaC/fix-kwargs
Browse files Browse the repository at this point in the history
Merge fix-kwargs
  • Loading branch information
andresionek91 authored Dec 29, 2024
2 parents 39c3cd3 + cd6fba6 commit 45c9504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function ProfileForm({ className }: React.ComponentProps<'form'>) {
});

if (response.ok) {
setSuccessMessage('Thank you! Check your email now to get your book.');
setSuccessMessage('Thank you! Open your email now to get your eBook. Remember to check the spam folder as well!');
} else {
const errorData = await response.json();
setApiError(errorData.message || 'An unexpected error occurred.');
Expand Down

0 comments on commit 45c9504

Please sign in to comment.