more
This commit is contained in:
@@ -65,8 +65,8 @@ const SignupPage = () => {
|
||||
const [isAnnual, setIsAnnual] = useState(1);
|
||||
const [valX, setValX] = useState(1);
|
||||
const [valY, setValY] = useState(4);
|
||||
const userAgentSimple = window.navigator.userAgent;
|
||||
console.log("simple userAgent", userAgentSimple);
|
||||
const userAgent = window.navigator.userAgent;
|
||||
|
||||
const handleChangeInput = (e, name) => {
|
||||
const newData = handleFormDataChange(e, name, data, signupFields);
|
||||
if (newData !== null) {
|
||||
@@ -358,6 +358,7 @@ const SignupPage = () => {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"User-Agent": userAgent,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
planType: type,
|
||||
|
||||
Reference in New Issue
Block a user