We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1284cb7 commit 0c7652eCopy full SHA for 0c7652e
docs/bot/setup_draupnir_account.md
@@ -153,7 +153,7 @@ and CLIENT_BASE_URL with the information gathered prior.
153
curl -XPOST --json '{
154
"identifier": { "type": "m.id.user", "user": "DRAUPNIR_LOCALPART" },
155
"password": "DRAUPNIR_USER_PASSWORD",
156
- "type": "m.login.password",
+ "type": "m.login.password"
157
}' 'CLIENT_BASE_URL/_matrix/client/v3/login'
158
```
159
@@ -163,7 +163,7 @@ So that it should look like this:
163
164
"identifier": { "type": "m.id.user", "user": "draupnir" },
165
"password": "********",
166
167
}' 'https://matrix-client.example.com/_matrix/client/v3/login'
168
169
0 commit comments