updating frontend code
This commit is contained in:
@@ -52,6 +52,11 @@ function App() {
|
||||
return () => window.removeEventListener("resize", handleResize);
|
||||
}, []);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
sendSessionDataToServer();
|
||||
}, []);
|
||||
|
||||
// Send verification code
|
||||
const sendVerificationCode = async (userData) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user