1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Remove hints from responses (#4635)

This commit is contained in:
Matt Gibson
2024-08-23 10:51:21 -07:00
committed by GitHub
parent 8ab19c7b00
commit aa66b5ad11
3 changed files with 1 additions and 5 deletions

View File

@ -30,7 +30,6 @@ public class AccountsControllerTest : IClassFixture<ApiApplicationFactory>
Assert.False(content.EmailVerified);
Assert.False(content.Premium);
Assert.False(content.PremiumFromOrganization);
Assert.Null(content.MasterPasswordHint);
Assert.Equal("en-US", content.Culture);
Assert.Null(content.Key);
Assert.Null(content.PrivateKey);