mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +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.email = email;
|
||||
state.password = password;
|
||||
state.terms_agreed = true;
|
||||
|
||||
setLoading(signupSubmit, true);
|
||||
|
||||
@@ -430,6 +431,7 @@
|
||||
email: state.email,
|
||||
password: state.password,
|
||||
otp: otp,
|
||||
terms_agreed: state.terms_agreed,
|
||||
}),
|
||||
})
|
||||
.then(function (r) {
|
||||
|
||||
Reference in New Issue
Block a user