diff --git a/src/components/DaVinciAuthentication.vue b/src/components/DaVinciAuthentication.vue
index 1ae48f3..1f6ad43 100644
--- a/src/components/DaVinciAuthentication.vue
+++ b/src/components/DaVinciAuthentication.vue
@@ -17,7 +17,7 @@ export default {
Customer Authenticated
-
+
Customer Not Authenticated
diff --git a/src/views/DaVinciView.vue b/src/views/DaVinciView.vue
index c24ce85..4fc2e74 100644
--- a/src/views/DaVinciView.vue
+++ b/src/views/DaVinciView.vue
@@ -3,8 +3,8 @@ import TransferSummary from "../components/TransferSummary.vue";
import DaVinciAuthentication from "../components/DaVinciAuthentication.vue";
const props = defineProps({
- summary: { type: String, default: "", required: true },
- authenticated: { type: String, default: "false" },
+ summary: { type: String, default: "Summary not available.
" },
+ authenticated: { type: Boolean, default: false },
});
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index be9aa31..00f3ae4 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -22,10 +22,11 @@ She wants to dicuss with someone to alter payment arrangements payment due date.
`;
+const scriptElementName = "script"
const integrationCardDoc = `
-