feat(backend): only one sensitive data request per 24 hours
This commit is contained in:
parent
db22e35f0d
commit
8edbc8bf1d
2 changed files with 7 additions and 0 deletions
|
@ -105,6 +105,7 @@ public record QueryUserResponse(
|
|||
Instant LastSidReroll,
|
||||
bool Suspended,
|
||||
bool Deleted,
|
||||
bool ShowSensitiveData,
|
||||
[property: JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
|
||||
IEnumerable<AuthMethodResponse>? AuthMethods
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue