Skip to content

Commit

Permalink
updated user invite message
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Nov 15, 2024
1 parent 46edac5 commit ffee743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/components/Dashboard/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ export const TeamContent = ({
if (!res.ok) {
toast({
title: 'An error occurred',
description: 'We were unable to add the user to the team',
description:
'We were unable to add the user to the team. Make sure the user is registered with the email address provided.',
})
console.log(res.statusText)
return
Expand Down

0 comments on commit ffee743

Please sign in to comment.