File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ def get_logout_url(self, return_to: Optional[str] = None) -> str:
277277 f"Failed to extract session ID for logout URL: { auth_response .reason } "
278278 )
279279
280- return self ._client .user_management .authentication . logout (
280+ return self ._client .user_management .get_logout_url (
281281 session_id = auth_response .session_id ,
282282 return_to = return_to ,
283283 )
@@ -456,7 +456,7 @@ async def get_logout_url(self, return_to: Optional[str] = None) -> str:
456456 f"Failed to extract session ID for logout URL: { auth_response .reason } "
457457 )
458458
459- return await self ._client .user_management .authentication . logout (
459+ return await self ._client .user_management .get_logout_url (
460460 session_id = auth_response .session_id ,
461461 return_to = return_to ,
462462 )
You can’t perform that action at this time.
0 commit comments