Skip to content

Commit 83b2254

Browse files
committed
minor edits
1 parent c118d7d commit 83b2254

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

content/client-server-api/_index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,8 +1008,8 @@ error presented to the user.
10081008

10091009
The client should present the user with a checkbox to accept each policy,
10101010
including a link to the provided url. Once the user has done so, the client
1011-
submits an `auth` dict as follows, to indicate that all of the policies have
1012-
been accepted:
1011+
submits an `auth` with just the `type` and `session`, as follows, to indicate
1012+
that all of the policies have been accepted:
10131013

10141014
```json
10151015
{
@@ -1103,10 +1103,6 @@ user during registration, if applicable.
11031103

11041104
{{% definition path="api/client-server/definitions/m.login.terms_params" %}}
11051105

1106-
1107-
1108-
1109-
11101106
#### Fallback
11111107

11121108
Clients cannot be expected to be able to know how to process every

0 commit comments

Comments
 (0)