mirror of
https://github.com/bitwarden/server
synced 2026-03-01 02:41:33 +00:00
rollback share if errors
This commit is contained in:
@@ -9,5 +9,6 @@ namespace Bit.Core.Repositories
|
||||
Task<User> GetByEmailAsync(string email);
|
||||
Task<string> GetPublicKeyAsync(Guid id);
|
||||
Task<DateTime> GetAccountRevisionDateAsync(Guid id);
|
||||
Task UpdateStorageAsync(Guid id, long storageIncrease);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user