1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00
bitwarden/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; }
}