Add encrypted captcha_answer_data for stateless captcha

このコミットが含まれているのは:
Ekaterina Vaartis 2018-12-21 00:25:09 +03:00
コミット 8470856045
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -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()