Skip to content

Commit

Permalink
fix service url after login, remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Mar 6, 2024
1 parent 12576b1 commit a90d11c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class ClientManager extends EventTarget {
this._onSessionChange(session)
},
})
// @TODO temporary hack to make sure we don't override pdsUrl
agent['_updateApiEndpoint'] = () => null
const { data: login } = await agent.login({
identifier: handle,
password,
Expand Down

0 comments on commit a90d11c

Please sign in to comment.