From 2ca44d3795e73303fa564a3f55bf405117086072 Mon Sep 17 00:00:00 2001 From: Paris Smirlakis Date: Thu, 19 Sep 2024 13:59:21 +0300 Subject: [PATCH] remove only value instead of tx_code obj and show OTP pass to the user --- src/client/components/organisms/AppLayout.tsx | 4 +- src/client/components/organisms/Footer.tsx | 78 ------------------- src/pages/confirmation/[id].tsx | 14 +++- src/server/services/IssuerService.ts | 3 +- 4 files changed, 15 insertions(+), 84 deletions(-) delete mode 100644 src/client/components/organisms/Footer.tsx diff --git a/src/client/components/organisms/AppLayout.tsx b/src/client/components/organisms/AppLayout.tsx index 5909064..f8a3e41 100644 --- a/src/client/components/organisms/AppLayout.tsx +++ b/src/client/components/organisms/AppLayout.tsx @@ -1,6 +1,5 @@ import { Fragment } from "react"; import { ToastContainer } from "react-toastify"; -import Footer from "../organisms/Footer"; import Header from "../organisms/Header"; import { Box } from "@mui/material"; @@ -22,8 +21,7 @@ const AppLayout = ({ children }: AppLayoutProps) => ( > {children} -