From 8ec995ea8dec274d36bcb115365ea4032639bae0 Mon Sep 17 00:00:00 2001 From: Gautam Manchandani Date: Thu, 8 Jan 2026 14:36:57 +0530 Subject: [PATCH] fix(docs): correct tos and policy types in oauth-provider (#7194) Co-authored-by: Gautam Manchandani Co-authored-by: Maxwell <145994855+ping-maxwell@users.noreply.github.com> --- docs/content/docs/plugins/oauth-provider.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/plugins/oauth-provider.mdx b/docs/content/docs/plugins/oauth-provider.mdx index 2947216850..23544e366f 100644 --- a/docs/content/docs/plugins/oauth-provider.mdx +++ b/docs/content/docs/plugins/oauth-provider.mdx @@ -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, },