3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-10-22 16:13:24 +00:00

fix: revert changes to .md files

This commit is contained in:
Marko Weltzer
2022-02-06 11:30:38 +01:00
parent 8de4e061e1
commit de025425b5
11 changed files with 13 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ If you use curl, you can get an access token like this:
```
curl -X POST --header 'Content-Type: application/json' -d '{
"identifier": { "type": "m.id.user", "user": "bot.mjolnir"},
"identifier": { "type": "m.id.user", "user": "bot.mjolnir" },
"password": "PASSWORD_FOR_THE_BOT",
"type": "m.login.password"
}' 'https://matrix.DOMAIN/_matrix/client/r0/login'