Skip to content

Commit af54771

Browse files
committed
🎨 enhance invitation validation tips for clarity
1 parent d75b334 commit af54771

File tree

1 file changed

+2
-2
lines changed
  • services/web/server/src/simcore_service_webserver/invitations

1 file changed

+2
-2
lines changed

services/web/server/src/simcore_service_webserver/invitations/_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ async def validate_invitation_url(
7979
guest_email=guest_email,
8080
current_product=current_product,
8181
invitation=invitation,
82+
tip="Check the url of the invitation link and see if it associated to the product in the invitation",
8283
)
8384

8485
# check invitation used
@@ -95,8 +96,7 @@ async def validate_invitation_url(
9596
guest_email=guest_email,
9697
current_product=current_product,
9798
invitation=invitation,
98-
tip="A user might be already registered or was registered for a different product."
99-
"As soon as the user is registered, the invitation is invalidated",
99+
tip="As soon as the user is registered, the invitation is invalidated",
100100
)
101101

102102
return invitation

0 commit comments

Comments
 (0)