fix registration, separate ID creation to allow new random ones, and refactor warning and other verbiage
This commit is contained in:
@@ -495,7 +495,7 @@ export default class ContactsView extends Vue {
|
||||
"@type": "RegisterAction",
|
||||
agent: { identifier: identity.did },
|
||||
object: SERVICE_ID,
|
||||
recipient: { identifier: contact.did },
|
||||
participant: { identifier: contact.did },
|
||||
};
|
||||
// Make a payload for the claim
|
||||
const vcPayload = {
|
||||
|
||||
Reference in New Issue
Block a user