Autojoin logging
This commit is contained in:
parent
18021944db
commit
bffeec5e04
|
@ -197,6 +197,7 @@ export default {
|
||||||
return this.$router.push('/signin')
|
return this.$router.push('/signin')
|
||||||
}
|
}
|
||||||
if (settings.autoJoin) {
|
if (settings.autoJoin) {
|
||||||
|
console.log('Autojoining...')
|
||||||
await this.$store.dispatch('autoJoin', {
|
await this.$store.dispatch('autoJoin', {
|
||||||
server: settings.autoJoinServer,
|
server: settings.autoJoinServer,
|
||||||
password: settings.autoJoinPassword,
|
password: settings.autoJoinPassword,
|
||||||
|
|
Loading…
Reference in New Issue