Skip to content

Commit

Permalink
fix(connect-kit): No connected account errors
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Mar 6, 2024
1 parent a9c9ccf commit 3e625a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/connect-kit/src/wallets/connectors/joy-id/index.ts
Expand Up @@ -5,10 +5,6 @@ export type JoyIdConnectorOptions = ConstructorParameters<
>[0];

export class JoyIdConnector extends BaseConnector {
async isAuthorized() {
return !!(await this.getAccount());
}

async getProvider(config?: { chainId?: number }) {
const provider = await super.getProvider(config);
const account = await this.getAccount();
Expand Down

0 comments on commit 3e625a3

Please sign in to comment.