Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka authored and attente committed Sep 18, 2023
1 parent cb65842 commit 419172f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/provider/src/transports/wallet-request-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,8 @@ export class WalletRequestHandler implements ExternalProvider, JsonRpcHandler, P
const authOptions: AuthorizationOptions = {
app: options.app,
origin: options.origin,
expiry: options.expiry
}
if (options.authorizeNonce) {
authOptions.nonce = options.authorizeNonce
expiry: options.expiry,
nonce = options.authorizeNonce
}
// if (typeof(options.authorize) === 'object') {
// authOptions = { ...authOptions, ...options.authorize }
Expand Down

0 comments on commit 419172f

Please sign in to comment.