mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
identitysever cleanup
This commit is contained in:
@ -10,6 +10,12 @@ namespace Bit.Api.Models.Response
|
||||
: base("error")
|
||||
{ }
|
||||
|
||||
public ErrorResponseModel(string message)
|
||||
: this()
|
||||
{
|
||||
Message = message;
|
||||
}
|
||||
|
||||
public ErrorResponseModel(ModelStateDictionary modelState)
|
||||
: this()
|
||||
{
|
||||
|
Reference in New Issue
Block a user