fix disasterous thinko in https://github.com/matrix-org/matrix-react-sdk/pull/601/commits/69b277b28285eec9ab4c9f9fabcef194996db9bf
This commit is contained in:
+1
-1
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user