Autojoin logging

This commit is contained in:
Sam Calder-Mason 2018-07-20 20:11:14 +10:00
parent 18021944db
commit bffeec5e04
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ export default {
return this.$router.push('/signin')
}
if (settings.autoJoin) {
console.log('Autojoining...')
await this.$store.dispatch('autoJoin', {
server: settings.autoJoinServer,
password: settings.autoJoinPassword,