1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00:00

fix(auth-validator): [PM-22975] Client Version Validator - Fixing some white spaces as well as the renaming of a file

This commit is contained in:
Patrick Pimentel
2025-11-20 13:28:33 -05:00
parent 47a26bb204
commit a82b31c65f
11 changed files with 4 additions and 284 deletions

View File

@@ -61,5 +61,3 @@ public class IsV2EncryptionUserQueryTests
await Assert.ThrowsAsync<InvalidOperationException>(async () => await sut.Run(user));
}
}