mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
Added API for getting the current user's account revision date
This commit is contained in:
@@ -7,5 +7,6 @@ namespace Bit.Core.Repositories
|
||||
public interface IUserRepository : IRepository<User, Guid>
|
||||
{
|
||||
Task<User> GetByEmailAsync(string email);
|
||||
Task<DateTime> GetAccountRevisionDateAsync(Guid id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user