diff --git a/src/App.vue b/src/App.vue index e01662b0f..f31139a38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -161,7 +161,9 @@ class="flex w-11/12 max-w-sm mx-auto mb-3 overflow-hidden bg-white rounded-lg shadow-lg" >
- {{ notification.title }} + + {{ notification.title }} +

{{ notification.text }}

+ + + Copied DID
diff --git a/src/views/DIDView.vue b/src/views/DIDView.vue new file mode 100644 index 000000000..46f78a073 --- /dev/null +++ b/src/views/DIDView.vue @@ -0,0 +1,337 @@ + + +