mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
restore new change pass and email apis
This commit is contained in:
@@ -59,17 +59,6 @@ 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