8 changed files with 62 additions and 3 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
{{#>FullHtmlLayout}} |
||||
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |
||||
<tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> |
||||
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top" align="left"> |
||||
You have been removed from <b style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">{{ProviderName}}</b>. You will no longer have access to the Provider Portal. If you have an existing Bitwarden account, your account is unaffected. |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
{{/FullHtmlLayout}} |
||||
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
{{#>BasicTextLayout}} |
||||
You have been removed from {{ProviderName}}. You will no longer have access to the Provider Portal. |
||||
If you have an existing Bitwarden account, your account is unaffected. |
||||
{{/BasicTextLayout}} |
||||
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail.Provider |
||||
{ |
||||
public class ProviderUserRemovedViewModel : BaseMailModel |
||||
{ |
||||
public string ProviderName { get; set; } |
||||
} |
||||
} |
||||
Loading…
Reference in new issue