Use a DID instead of a name ... this may need some better design on the dialog @jose

This commit is contained in:
Matthew Raymer
2023-07-19 18:25:58 +08:00
parent a4fe94f081
commit 5bc0e27b30

View File

@@ -2,7 +2,7 @@
<div v-if="visible" class="dialog-overlay">
<div class="dialog">
<h1 class="text-xl font-bold text-center mb-4">
{{ message }} {{ giver?.name || "somebody not specified" }}
{{ message }} {{ giver?.did || "somebody not specified" }}
</h1>
<input
type="text"