Send empty auth key value pair if doing FallbackStage
Took 3 minutes
This commit is contained in:
parent
a6fc235461
commit
0e42a6ff85
1 changed files with 1 additions and 1 deletions
|
@ -740,7 +740,7 @@ export const FallbackAuthEntry = createReactClass({
|
||||||
event.data === "authDone" &&
|
event.data === "authDone" &&
|
||||||
event.origin === this.props.matrixClient.getHomeserverUrl()
|
event.origin === this.props.matrixClient.getHomeserverUrl()
|
||||||
) {
|
) {
|
||||||
this.props.submitAuthDict({});
|
this.props.submitAuthDict(null);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue