rework format of change password capability

This commit is contained in:
Neil Johnson 2019-01-29 18:04:56 +00:00
parent 19259d903c
commit e4bef9d470
2 changed files with 5 additions and 3 deletions

View file

@ -55,7 +55,9 @@ class CapabilitiesRestServlet(RestServlet):
"state-v2-test": "unstable",
}
},
"m.change_password": change_password,
"m.change_password": {
"enabled": change_password,
},
}
})
)