mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
fix disasterous thinko in 69b277b282
This commit is contained in:
parent
97514cf80e
commit
9c4671568d
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue