changelog

pull/8320/head
Will Hunt 2020-09-15 17:57:36 +01:00
parent 9743a552de
commit 5c04407cdf
2 changed files with 2 additions and 1 deletions

1
changelog.d/8320.feature Normal file
View File

@ -0,0 +1 @@
Add `uk.half-shot.unstable.login.appservice` login type to allow appservices to login.

View File

@ -144,7 +144,7 @@ class LoginRestServlet(RestServlet):
return 200, result
async def _do_other_login(
self, login_submission: JsonDict, appservice: ApplicationService
self, login_submission: JsonDict, appservice: Optional[ApplicationService]
) -> Dict[str, str]:
"""Handle non-token/saml/jwt logins