mirror of https://github.com/vector-im/riot-web
parent
a6fc235461
commit
0e42a6ff85
|
@ -740,7 +740,7 @@ export const FallbackAuthEntry = createReactClass({
|
|||
event.data === "authDone" &&
|
||||
event.origin === this.props.matrixClient.getHomeserverUrl()
|
||||
) {
|
||||
this.props.submitAuthDict({});
|
||||
this.props.submitAuthDict(null);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue