fix disasterous thinko in 69b277b282
parent
97514cf80e
commit
9c4671568d
|
@ -66,7 +66,7 @@ class RecaptchaStage extends Stage {
|
||||||
if (!data || !data.response) {
|
if (!data || !data.response) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.authDict.response = data.response;
|
this.authDict.auth.response = data.response;
|
||||||
}
|
}
|
||||||
|
|
||||||
complete() {
|
complete() {
|
||||||
|
|
Loading…
Reference in New Issue