1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Bump account revision date in OrgUserRepository (#5884)

Match equivalent MSSQL logic. Also ensures that the revision date
is bumped when the user is revoked.
This commit is contained in:
Thomas Rittson
2025-05-29 07:30:23 +10:00
committed by GitHub
parent fe6181f55f
commit c7b0c30370
2 changed files with 3 additions and 10 deletions

View File

@ -45,9 +45,6 @@ public class OrganizationUserReplaceTests
/// Tests OrganizationUsers in the Confirmed status, which is a stand-in for all other
/// non-Invited statuses (which are all linked to a UserId).
/// </summary>
/// <param name="organizationRepository"></param>
/// <param name="organizationUserRepository"></param>
/// <param name="collectionRepository"></param>
[DatabaseTheory, DatabaseData]
public async Task ReplaceAsync_WithCollectionAccess_WhenUserIsConfirmed_Success(
IUserRepository userRepository,