Skip to content

Commit

Permalink
chore: update linked domain id in profile creator (#1365)
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Qutishat <[email protected]>
  • Loading branch information
fqutishat authored Jul 10, 2023
1 parent afb151e commit 5e22cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/profile/reader/file/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (c *Creator) ionDID(verificationMethodType vcsverifiable.SignatureType, key
}

if difDidOrigin != "" {
didDoc.Service = []did.Service{{ID: "LinkedDomains", Type: "LinkedDomains",
didDoc.Service = []did.Service{{ID: "Test", Type: "LinkedDomains",
ServiceEndpoint: model.NewDIDCoreEndpoint(&serviceEndpointData{Origins: []string{difDidOrigin + "/"}})}}
}

Expand Down

0 comments on commit 5e22cdf

Please sign in to comment.