mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Added conditional to App.vue
This commit is contained in:
parent
836b6ae3a3
commit
9e62468bda
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ onMounted(() => {
|
|||
// If not present in LocalStorage a new uuidV4 will be generated
|
||||
device.uuid()
|
||||
|
||||
appHandshake()
|
||||
if (!isLocal) appHandshake()
|
||||
|
||||
device.$subscribe(() => {
|
||||
if (device.key()) handshake.value = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue