1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00
bitwarden/src/Core/Models/Mail/OrganizationSeatsMaxReachedViewModel.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
201 B
C#

namespace Bit.Core.Models.Mail;
public class OrganizationSeatsMaxReachedViewModel : BaseMailModel
{
public int MaxSeatCount { get; set; }
public string VaultSubscriptionUrl { get; set; }
}