diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js index 5a55403..47ac174 100644 --- a/frontend/src/store/index.js +++ b/frontend/src/store/index.js @@ -3,7 +3,7 @@ import { createStore } from 'vuex' export default createStore({ state: { - version: '0.4.0', + version: '0.4.1', credentials: [], VC_REGISTRY: process.env.VC_REGISTRY || 'https://ssi.eecc.de/api/registry/vcs/', showQRModal: false diff --git a/frontend/src/views/Verify.vue b/frontend/src/views/Verify.vue index b56cd1c..dc83284 100644 --- a/frontend/src/views/Verify.vue +++ b/frontend/src/views/Verify.vue @@ -20,7 +20,7 @@
Included Credentials
-
+
@@ -29,11 +29,14 @@
- - -
- Verifying... -
+ + + + +
+ Verifying... +
+
@@ -102,8 +105,7 @@