Rejoin room when http redirect

This commit is contained in:
Sam 2018-05-26 20:38:40 +10:00
parent 6e07a4083d
commit f2f0c5c281
1 changed files with 1 additions and 1 deletions

View File

@ -137,8 +137,8 @@ export default {
if (this.$store.state.autoJoinPassword) {
url = url + '&password=' + this.$store.state.autoJoinPassword
}
}
url = url.replace('clientselect', 'join')
}
return url
},
logo: function () {