recaptcha
This commit is contained in:
parent
9c825ca87a
commit
3a91566893
|
@ -104,6 +104,10 @@ export class SignupComponent implements OnInit, OnDestroy {
|
|||
}
|
||||
|
||||
signup() {
|
||||
if (!this.myRecaptcha.valid) {
|
||||
console.log('dddddddd');
|
||||
return;
|
||||
}
|
||||
const signupValue = Object.assign({}, this.signupForm.value);
|
||||
const password = signupValue.password;
|
||||
const member: Member = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user