mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
backwards compat issues with change email/password
This commit is contained in:
@@ -59,6 +59,17 @@ namespace Bit.Core.Models.Api
|
||||
|
||||
return existingCipher;
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public Folder ToFolder(Guid userId)
|
||||
{
|
||||
return new Folder
|
||||
{
|
||||
Id = new Guid(Id),
|
||||
UserId = userId,
|
||||
Name = Name
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
public class CipherShareRequestModel : IValidatableObject
|
||||
|
||||
Reference in New Issue
Block a user