mirror of
https://github.com/penpot/penpot.git
synced 2025-06-18 20:21:37 +02:00
🐛 Fix url params on invitation link (#6638)
This commit is contained in:
parent
e1adbdfd9f
commit
4a9fef12eb
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ This will automatically include {{requested-by|abbreviate:25}} in the team, so t
|
|||
|
||||
Click the link below to provide team access:
|
||||
|
||||
{{ public-uri }}/#/dashboard/members?team-id{{team-id}}&invite-email={{requested-by-email|urlescape}}
|
||||
{{ public-uri }}/#/dashboard/members?team-id={{team-id}}&invite-email={{requested-by-email|urlescape}}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue