mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
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:
committed by
Alex Yang
parent
cf2b3786da
commit
8ec995ea8d
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user