Skip to content

Commit

Permalink
fix(client-sdk): cast to SignedMessage in auth (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez authored Dec 16, 2024
1 parent f400ec7 commit e28b231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/idos-sdk-js/src/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class Auth {
nonce,
message,
callbackUrl,
});
} as SignedMessage);
}
const callbackUrl = window.location.href;
const nonce = Buffer.from(new Nonce(32).clampUTF8);
Expand Down

0 comments on commit e28b231

Please sign in to comment.