remove last comma in credentials_url example

Last comma  forbidden in JSON, example doesn't work as is.
This commit is contained in:
MaxLanar 2019-01-25 17:57:04 +01:00 committed by JC Brand
parent 450c0e5e0f
commit 3aaff4e973

View File

@ -551,7 +551,7 @@ The server behind ``credentials_url`` should return a JSON encoded object::
{
"jid": "me@example.com/resource",
"password": "Ilikecats!",
"password": "Ilikecats!"
}