From a9f9efb1bfa8a8dd595cb2113010c4b1ce969622 Mon Sep 17 00:00:00 2001 From: anna Date: Mon, 8 Jan 2024 11:40:05 +0800 Subject: [PATCH] fix bug iamsmart --- src/pages/authentication/IAmSmartRegister.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/authentication/IAmSmartRegister.js b/src/pages/authentication/IAmSmartRegister.js index aca87e5..b3d77fc 100644 --- a/src/pages/authentication/IAmSmartRegister.js +++ b/src/pages/authentication/IAmSmartRegister.js @@ -55,6 +55,7 @@ const Register = () => { const [activeStep, setActiveStep] = useState(0); const [completed, setCompleted] = useState([false]); const [updateValid, setUpdateValid] = useState(false); + const [base64Url, setBase64Url] = useState("") const [idNo, setIdNo] = useState(""); const totalSteps = () => {