mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
allow org user reg. when reg. is disabled
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Models.Api
|
||||
@ -18,6 +19,8 @@ namespace Bit.Core.Models.Api
|
||||
public string MasterPasswordHint { get; set; }
|
||||
public string Key { get; set; }
|
||||
public KeysRequestModel Keys { get; set; }
|
||||
public string Token { get; set; }
|
||||
public Guid? OrganizationUserId { get; set; }
|
||||
|
||||
public User ToUser()
|
||||
{
|
||||
|
Reference in New Issue
Block a user