mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-12 07:51:05 +02:00
fix disasterous thinko in 69b277b282
This commit is contained in:
parent
97514cf80e
commit
9c4671568d
@ -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…
x
Reference in New Issue
Block a user