Skip to content

Commit

Permalink
Solved multiUseInvitation issue in oob
Browse files Browse the repository at this point in the history
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
KulkarniShashank committed Feb 12, 2024
1 parent 7f20ae6 commit 0b68858
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/controllers/multi-tenancy/MultiTenancyController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,7 @@ export class MultiTenancyController extends Controller {
label: createOfferOptions.label,
handshakeProtocols: [HandshakeProtocol.Connections],
messages: [credentialMessage],
autoAcceptConnection: true,
multiUseInvitation: true
autoAcceptConnection: true
})

createOfferOobRecord = {
Expand Down Expand Up @@ -1139,8 +1138,7 @@ export class MultiTenancyController extends Controller {
label: createRequestOptions.label,
handshakeProtocols: [HandshakeProtocol.Connections],
messages: [proofMessage],
autoAcceptConnection: true,
multiUseInvitation: true
autoAcceptConnection: true
})

oobProofRecord = {
Expand Down

0 comments on commit 0b68858

Please sign in to comment.