mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
[PM-27882] Fix the subject line. (#6818)
This commit is contained in:
@@ -13,7 +13,7 @@ public class SendOrganizationConfirmationCommand(IMailer mailer, GlobalSettings
|
|||||||
private const string _titleThird = "!";
|
private const string _titleThird = "!";
|
||||||
|
|
||||||
private static string GetConfirmationSubject(string organizationName) =>
|
private static string GetConfirmationSubject(string organizationName) =>
|
||||||
$"You Have Been Confirmed To {organizationName}";
|
$"You can now access items from {organizationName}";
|
||||||
private string GetWebVaultUrl(bool accessSecretsManager) => accessSecretsManager
|
private string GetWebVaultUrl(bool accessSecretsManager) => accessSecretsManager
|
||||||
? globalSettings.BaseServiceUri.VaultWithHashAndSecretManagerProduct
|
? globalSettings.BaseServiceUri.VaultWithHashAndSecretManagerProduct
|
||||||
: globalSettings.BaseServiceUri.VaultWithHash;
|
: globalSettings.BaseServiceUri.VaultWithHash;
|
||||||
|
|||||||
@@ -240,6 +240,6 @@ public class SendOrganizationConfirmationCommandTests
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string GetSubject(string organizationName) => $"You Have Been Confirmed To {organizationName}";
|
private static string GetSubject(string organizationName) => $"You can now access items from {organizationName}";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user