mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
Added retrt logic to all documentdb queries. Updated change password and email process to use multi step for cirty ciphers and replace user. Fixed RefreshSecurityStampAsync to not dirty ciphers.
This commit is contained in:
@ -8,6 +8,5 @@ namespace Bit.Core.Repositories
|
||||
public interface IUserRepository : IRepository<User>
|
||||
{
|
||||
Task<User> GetByEmailAsync(string email);
|
||||
Task ReplaceAndDirtyCiphersAsync(User user);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user