mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
* Start switch to System.Text.Json * Work on switching to System.Text.Json * Main work on STJ refactor * Fix build errors * Run formatting * Delete unused file * Use legacy for two factor providers * Run formatter * Add TokenProviderTests * Run formatting * Fix merge issues * Switch to use JsonSerializer * Address PR feedback * Fix formatting * Ran formatter * Switch to async * Ensure Enums are serialized as strings * Fix formatting * Enqueue single items as arrays * Remove CreateAsync method on AzureQueueService
13 lines
515 B
Handlebars
13 lines
515 B
Handlebars
{{#>BasicTextLayout}}
|
|
You have been invited to join the {{OrganizationName}} organization. To accept this invite, click the following link:
|
|
|
|
{{{Url}}}
|
|
|
|
This link expires on {{ExpirationDate}}.
|
|
|
|
If you do not wish to join this organization, you can safely ignore this email.
|
|
{{#jsonIf OrganizationCanSponsor}}
|
|
Did you know? Members of {{OrganizationName}} receive a complimentary Families subscription. Learn more here: https://bitwarden.com/help/article/families-for-enterprise/
|
|
{{/jsonIf}}
|
|
{{/BasicTextLayout}}
|