Skip to content

Commit

Permalink
fix: update accept invite error message
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Feb 17, 2024
1 parent 82005ed commit 65f0ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ class CoCreateUser {
host: data.host,
method: 'acceptInvite',
success: false,
message: "Token is invalid or has expired",
message: "The token is invalid or has expired. However, you can still access your account. Please request a new invite to proceed, and feel free to explore the available features while you wait.",
organization_id: data.organization_id,
uid
}
Expand Down

0 comments on commit 65f0ac0

Please sign in to comment.