forked from jsnbuchanan/crowd-funder-for-time-pwa
fix prompt for already-registered contacts (plus some verbiage)
This commit is contained in:
@@ -680,7 +680,7 @@ export default class ContactsView extends Vue {
|
||||
nextPubKeyHashB64: payload.own.nextPublicEncKeyHash,
|
||||
profileImageUrl: payload.own.profileImageUrl,
|
||||
publicKeyBase64: payload.own.publicEncKey,
|
||||
isRegistered: payload.own.isRegistered,
|
||||
registered: payload.own.registered,
|
||||
} as Contact);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user