recaptcha

This commit is contained in:
geek 2018-05-16 15:13:07 +09:00
parent 9c825ca87a
commit 3a91566893

View File

@ -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 = {