fix(docs): correct tos and policy types in oauth-provider (#7194)

Co-authored-by: Gautam Manchandani <gautammanch@Gautams-MacBook-Air.local>
Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com>
This commit is contained in:
Gautam Manchandani
2026-01-08 14:36:57 +05:30
committed by Alex Yang
parent cf2b3786da
commit 8ec995ea8d

View File

@@ -1489,13 +1489,13 @@ Table Name: `oauthClient`
},
{
name: "tos",
type: "string[]",
type: "string",
description: "Client Terms of Service displayed on UI Screens",
isOptional: true,
},
{
name: "policy",
type: "string[]",
type: "string",
description: "Client Privacy policy displayed on UI Screens",
isOptional: true,
},