fix disasterous thinko in 69b277b282

pull/21833/head
Matthew Hodgson 2016-12-24 22:33:04 +00:00
parent 97514cf80e
commit 9c4671568d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class RecaptchaStage extends Stage {
if (!data || !data.response) {
return;
}
this.authDict.response = data.response;
this.authDict.auth.response = data.response;
}
complete() {