File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/web/server/src/simcore_service_webserver/invitations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments