Add encrypted captcha_answer_data for stateless captcha

This commit is contained in:
Ekaterina Vaartis 2018-12-21 00:25:09 +03:00
parent 2921a25cb4
commit 8470856045

View file

@ -48,8 +48,10 @@ const registration = {
async submit () {
this.user.nickname = this.user.username
this.user.token = this.token
this.user.captcha_solution = this.captcha.solution
this.user.captcha_token = this.captcha.token
this.user.captcha_answer_data = this.captcha.answer_data
this.$v.$touch()