Merge branch 'dev'
This commit is contained in:
commit
2aa1ab3931
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ export default {
|
||||||
},
|
},
|
||||||
loadLoginFlows() {
|
loadLoginFlows() {
|
||||||
var user = Object.assign({}, this.user);
|
var user = Object.assign({}, this.user);
|
||||||
util.getMatrixBaseUrl(user, this.$config)
|
return util.getMatrixBaseUrl(user, this.$config)
|
||||||
.then((baseUrl) => {
|
.then((baseUrl) => {
|
||||||
if (baseUrl !== this.currentLoginServer) {
|
if (baseUrl !== this.currentLoginServer) {
|
||||||
this.currentLoginServer = baseUrl;
|
this.currentLoginServer = baseUrl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue