mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
16 lines
527 B
Handlebars
16 lines
527 B
Handlebars
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>Project Invitation</title>
|
|
</head>
|
|
<body>
|
|
<h2>Join your team on Infisical</h2>
|
|
<p>You have been invited to a new Infisical project named {{workspaceName}}</p>
|
|
<a href="{{callback_url}}">Click to join</a>
|
|
<h3>What is Infisical?</h3>
|
|
<p>Infisical is an easy-to-use end-to-end encrypted tool that enables developers to sync and manage their secrets
|
|
and configs.</p>
|
|
</body>
|
|
</html>
|