mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
fixes to freshdesk hook
This commit is contained in:
parent
d91d67c78c
commit
ee18933fd1
@ -87,7 +87,7 @@ namespace Bit.Billing.Controllers
|
||||
var user = await _userRepository.GetByEmailAsync(ticketContactEmail);
|
||||
if(user != null)
|
||||
{
|
||||
note += $"<li>User: {_globalSettings.BaseServiceUri.Admin}/users/edit/{user.Id}</li>";
|
||||
note += $"<li>User, {user.Email}: {_globalSettings.BaseServiceUri.Admin}/users/edit/{user.Id}</li>";
|
||||
var tags = new HashSet<string>();
|
||||
if(user.Premium)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user