4 changed files with 5 additions and 5 deletions
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
using System.ComponentModel.DataAnnotations; |
||||
using Bit.Core.Utilities; |
||||
|
||||
namespace Bit.Api.Auth.Models.Request; |
||||
namespace Bit.Api.AdminConsole.Models.Request; |
||||
|
||||
public class AdminAuthRequestUpdateRequestModel |
||||
{ |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
namespace Bit.Api.Auth.Models.Request; |
||||
namespace Bit.Api.AdminConsole.Models.Request; |
||||
|
||||
public class BulkDenyAdminAuthRequestRequestModel |
||||
{ |
||||
Loading…
Reference in new issue