We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5143aa4 commit d75b334Copy full SHA for d75b334
services/web/server/src/simcore_service_webserver/invitations/_service.py
@@ -78,6 +78,7 @@ async def validate_invitation_url(
78
f"Got '{invitation.product}', expected '{current_product.name}'",
79
guest_email=guest_email,
80
current_product=current_product,
81
+ invitation=invitation,
82
)
83
84
# check invitation used
@@ -94,6 +95,8 @@ async def validate_invitation_url(
94
95
96
97
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",
100
101
102
return invitation
0 commit comments