mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +00:00
Remove hints from responses (#4635)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user