renamed Authentication
This commit is contained in:
parent
559996be4a
commit
abccab4512
@ -1,6 +1,6 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import TransferSummary from "../components/TransferSummary.vue";
|
import TransferSummary from "../components/TransferSummary.vue";
|
||||||
import DaVinciAuthentication from "../components/DaVinciAuthentication.vue";
|
import CustomerAuthenticated from "../components/CustomerAuthenticated.vue";
|
||||||
import CallRiskScoreBar from "../components/CallRiskScoreBar.vue";
|
import CallRiskScoreBar from "../components/CallRiskScoreBar.vue";
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
@ -12,7 +12,7 @@ defineProps({
|
|||||||
<template>
|
<template>
|
||||||
<div class="davinci">
|
<div class="davinci">
|
||||||
<h3>Da Vinci AI</h3>
|
<h3>Da Vinci AI</h3>
|
||||||
<DaVinciAuthentication :authenticated="authenticated" />
|
<CustomerAuthenticated :authenticated="authenticated" />
|
||||||
<CallRiskScoreBar :score="crsScore" />
|
<CallRiskScoreBar :score="crsScore" />
|
||||||
<TransferSummary :summary="summary" />
|
<TransferSummary :summary="summary" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user