diff --git a/src/components/Join.vue b/src/components/Join.vue index 4673917..3ca310d 100644 --- a/src/components/Join.vue +++ b/src/components/Join.vue @@ -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; }); },