We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099f7d2 commit fd67b9cCopy full SHA for fd67b9c
src/onepassword/client.py
@@ -38,7 +38,7 @@ async def authenticate(
38
authenticated_client.items = Items(client_id, core)
39
authenticated_client.vaults = Vaults(client_id, core)
40
authenticated_client._finalizer = weakref.finalize(
41
- cls, _release_client, client_id
+ cls, core.release_client, client_id
42
)
43
44
return authenticated_client
0 commit comments