Don't show blank page if createRoom fails

This commit is contained in:
N-Pex 2023-10-09 15:33:41 +02:00
parent f5db1c7eba
commit 37f5ec2166

View file

@ -432,6 +432,8 @@ export default {
console.log("Failed to join room", err);
this.loading = false;
this.loadingMessage = this.$t("join.join_failed");
this.waitingForInfo = false;
this.waitingForMembership = false;
});
},