Files
server/src/Core/Models/Mail/OrganizationServiceAccountsMaxReachedViewModel.cs
Alex Morask 87cdb923a5 [PM-17901] Replaced hard-coded Bitwarden Vault URLs (#5458)
* Replaced hard-coded Bitwarden Vault URLs

* Jared's feedback
2025-03-18 11:44:36 -04:00

8 lines
206 B
C#

namespace Bit.Core.Models.Mail;
public class OrganizationServiceAccountsMaxReachedViewModel
{
public int MaxServiceAccountsCount { get; set; }
public string VaultSubscriptionUrl { get; set; }
}