Skip to content

Commit

Permalink
feat: awaiting for pairIdentifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dovydas55 committed May 15, 2024
1 parent 99351cc commit 9db6bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/profile-sync-controller/src/sdk/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class JwtBearerAuth implements SIWEInterface, SRPInterface {
);

const accessToken = await this.getAccessToken();
return pairIdentifiers(n.nonce, logins, accessToken, this.#env);
await pairIdentifiers(n.nonce, logins, accessToken, this.#env);
}

prepare(signer: {
Expand Down

0 comments on commit 9db6bb0

Please sign in to comment.