Merge branch 'dev'

This commit is contained in:
N-Pex 2023-12-05 17:25:39 +01:00
commit 2aa1ab3931

View file

@ -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;