mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-07-01 07:22:17 +02:00
Update: terms and conditions checkbox connected with db
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -342,6 +342,7 @@
|
|||||||
state.username = username;
|
state.username = username;
|
||||||
state.email = email;
|
state.email = email;
|
||||||
state.password = password;
|
state.password = password;
|
||||||
|
state.terms_agreed = true;
|
||||||
|
|
||||||
setLoading(signupSubmit, true);
|
setLoading(signupSubmit, true);
|
||||||
|
|
||||||
@@ -430,6 +431,7 @@
|
|||||||
email: state.email,
|
email: state.email,
|
||||||
password: state.password,
|
password: state.password,
|
||||||
otp: otp,
|
otp: otp,
|
||||||
|
terms_agreed: state.terms_agreed,
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
.then(function (r) {
|
.then(function (r) {
|
||||||
|
|||||||
Reference in New Issue
Block a user