Autojoin logging
This commit is contained in:
parent
18021944db
commit
bffeec5e04
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue