Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Apr 30, 2024
1 parent c118d7d commit 90c5e30
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1008,8 +1008,8 @@ error presented to the user.

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

```json
{
Expand Down Expand Up @@ -1103,10 +1103,6 @@ user during registration, if applicable.

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





#### Fallback

Clients cannot be expected to be able to know how to process every
Expand Down

0 comments on commit 90c5e30

Please sign in to comment.