Skip to content

Commit 4a9fef1

Browse files
authored
🐛 Fix url params on invitation link (penpot#6638)
1 parent e1adbdf commit 4a9fef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Backport from develop a minor fix that enables import of files
1010
generated by penpot library [Github #6614](https://github.com/penpot/penpot/pull/6614)
1111
- Fix copy in error message [GitHub #6615](https://github.com/penpot/penpot/pull/6615)
12-
12+
- Fix url on invitation link [Taiga #11284](https://tree.taiga.io/project/penpot/issue/11284)
1313

1414
## 2.7.1
1515

backend/resources/app/email/request-file-access/en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This will automatically include {{requested-by|abbreviate:25}} in the team, so t
1313

1414
Click the link below to provide team access:
1515

16-
{{ public-uri }}/#/dashboard/members?team-id{{team-id}}&invite-email={{requested-by-email|urlescape}}
16+
{{ public-uri }}/#/dashboard/members?team-id={{team-id}}&invite-email={{requested-by-email|urlescape}}
1717

1818

1919

0 commit comments

Comments
 (0)