mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
minor edits
This commit is contained in:
parent
c118d7d087
commit
90c5e30093
|
|
@ -1008,8 +1008,8 @@ error presented to the user.
|
||||||
|
|
||||||
The client should present the user with a checkbox to accept each policy,
|
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
|
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
|
submits an `auth` dict with just the `type` and `session`, as follows, to
|
||||||
been accepted:
|
indicate that all of the policies have been accepted:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
@ -1103,10 +1103,6 @@ user during registration, if applicable.
|
||||||
|
|
||||||
{{% definition path="api/client-server/definitions/m.login.terms_params" %}}
|
{{% definition path="api/client-server/definitions/m.login.terms_params" %}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Fallback
|
#### Fallback
|
||||||
|
|
||||||
Clients cannot be expected to be able to know how to process every
|
Clients cannot be expected to be able to know how to process every
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue