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