Skip to content

Commit d75b334

Browse files
committed
doc
1 parent 5143aa4 commit d75b334

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async def validate_invitation_url(
7878
f"Got '{invitation.product}', expected '{current_product.name}'",
7979
guest_email=guest_email,
8080
current_product=current_product,
81+
invitation=invitation,
8182
)
8283

8384
# check invitation used
@@ -94,6 +95,8 @@ async def validate_invitation_url(
9495
guest_email=guest_email,
9596
current_product=current_product,
9697
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",
97100
)
98101

99102
return invitation

0 commit comments

Comments
 (0)