This commit is contained in:
Benoit Marty 2020-08-28 17:06:17 +02:00
parent 36a9b80040
commit f6f9373aeb
1 changed files with 0 additions and 6 deletions

View File

@ -84,8 +84,6 @@ User clicks on CONTINUE
POST https://homeserver.org/_matrix/client/r0/account/3pid/add
TODO: Remove "identifier"?
```json
{
"sid": "bxyDHuJKsdkjMlTJ",
@ -94,10 +92,6 @@ TODO: Remove "identifier"?
"session": "ppvvnozXCQZFaggUBlHJYPjA",
"type": "m.login.password",
"user": "@benoitx:matrix.org",
"identifier": {
"type": "m.id.user",
"user": "@benoitx:matrix.org"
},
"password": "weak_password"
}
}