mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
18 lines
645 B
Plaintext
18 lines
645 B
Plaintext
Hello!
|
|
|
|
{{invited-by|abbreviate:25}} has invited you to join the team "{{ team|abbreviate:50 }}"{% if organization %}, part of the organization "{{ organization.name|abbreviate:50 }}"{% endif %}.
|
|
|
|
{% if organization.sso-active %}
|
|
"{{ organization.name|abbreviate:50 }}" has set up single sign-on (SSO) in Penpot. Access to its teams and files now goes
|
|
through your organization's identity provider.
|
|
|
|
If you can't get in, your account probably isn't in the directory yet. To get access, contact the organization owner.
|
|
{% endif %}
|
|
|
|
Accept invitation using this link:
|
|
|
|
{{ public-uri }}/#/auth/verify-token?token={{token}}
|
|
|
|
Enjoy!
|
|
The Penpot team.
|