Cleanup
This commit is contained in:
parent
36a9b80040
commit
f6f9373aeb
|
@ -84,8 +84,6 @@ User clicks on CONTINUE
|
||||||
|
|
||||||
POST https://homeserver.org/_matrix/client/r0/account/3pid/add
|
POST https://homeserver.org/_matrix/client/r0/account/3pid/add
|
||||||
|
|
||||||
TODO: Remove "identifier"?
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"sid": "bxyDHuJKsdkjMlTJ",
|
"sid": "bxyDHuJKsdkjMlTJ",
|
||||||
|
@ -94,10 +92,6 @@ TODO: Remove "identifier"?
|
||||||
"session": "ppvvnozXCQZFaggUBlHJYPjA",
|
"session": "ppvvnozXCQZFaggUBlHJYPjA",
|
||||||
"type": "m.login.password",
|
"type": "m.login.password",
|
||||||
"user": "@benoitx:matrix.org",
|
"user": "@benoitx:matrix.org",
|
||||||
"identifier": {
|
|
||||||
"type": "m.id.user",
|
|
||||||
"user": "@benoitx:matrix.org"
|
|
||||||
},
|
|
||||||
"password": "weak_password"
|
"password": "weak_password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue