mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
removed a blank line
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
using System;
|
||||
using Bit.Core.Enums;
|
||||
using Bit.Core.Models.StaticStore;
|
||||
@@ -39,6 +38,7 @@ namespace Bit.Core.Models.Api
|
||||
HasEvents = plan.HasEvents;
|
||||
HasTotp = plan.HasTotp;
|
||||
Has2fa = plan.Has2fa;
|
||||
HasSso = plan.HasSso;
|
||||
UsersGetPremium = plan.UsersGetPremium;
|
||||
UpgradeSortOrder = plan.UpgradeSortOrder;
|
||||
DisplaySortOrder = plan.DisplaySortOrder;
|
||||
|
||||
Reference in New Issue
Block a user