Add missing response to logout provisioning API endpoint

This commit is contained in:
Tulir Asokan
2020-01-28 22:49:48 +02:00
parent 842d98dc1c
commit 65d7934c21
@@ -355,6 +355,7 @@ class ProvisioningAPI(AuthAPI):
if err is not None:
return err
await user.log_out()
return web.json_response({}, status=200)
async def bridge_info(self, request: web.Request) -> web.Response:
return web.json_response({