directly resolve to null for auth check with missing RequestInfo.Auth field

This commit is contained in:
Gani Georgiev
2025-01-01 17:19:30 +02:00
parent c8b29edf9d
commit 73f1b223ff
2 changed files with 5 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ func (r *RecordFieldResolver) resolveStaticRequestField(path ...string) (*search
resultVal = val
}
placeholder := "f" + security.PseudorandomString(6)
placeholder := "f" + security.PseudorandomString(8)
if modifier == lowerModifier {
return &search.ResolverResult{