Use the async version of complete_sso_login. (#9)

master
Patrick Cloke 4 years ago committed by GitHub
parent dddfb9c5aa
commit 60a8bde16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -179,7 +179,7 @@ class SubmitResource(AsyncResource):
path=b"/",
)
self._module_api.complete_sso_login(
await self._module_api.complete_sso_login_async(
registered_user_id,
request,
session.client_redirect_url,

Loading…
Cancel
Save