Added conditional to App.vue

This commit is contained in:
Jesse Malotaux 2025-04-12 15:35:12 +02:00
parent 836b6ae3a3
commit 9e62468bda

View file

@ -34,7 +34,7 @@ onMounted(() => {
// If not present in LocalStorage a new uuidV4 will be generated // If not present in LocalStorage a new uuidV4 will be generated
device.uuid() device.uuid()
appHandshake() if (!isLocal) appHandshake()
device.$subscribe(() => { device.$subscribe(() => {
if (device.key()) handshake.value = true if (device.key()) handshake.value = true