You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-05 15:22:09 +03:00
fix disasterous thinko in 69b277b282
This commit is contained in:
@@ -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