Skip to content

Commit 2a78cc2

Browse files
Add missing signatures.complete for completeAuthorizeImplicitSession (#778)
1 parent 3702555 commit 2a78cc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/wallet/wdk/src/sequence/sessions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export class Sessions {
138138
throw new Error('Unsupported signature type')
139139
}
140140

141+
await this.shared.modules.signatures.complete(requestId)
142+
141143
return {
142144
attestation: signatureRequest.envelope.payload.attestation,
143145
signature: signature.signature,

0 commit comments

Comments
 (0)