Skip to content

Commit

Permalink
Fix init vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoretto committed Oct 6, 2023
1 parent f743aa9 commit 1d35741
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="main">
<!--v-if="is_telegram_client && is_telegram_api_updated"-->
<v-card
v-if="is_telegram_client && is_telegram_api_updated"
class="mx-auto"
max-width="600"
>
Expand Down Expand Up @@ -139,10 +139,8 @@ export default {
last_code: null,
show_history: true,
// Cloud storage
//cloud_storage_keys: [],
//cloud_storage_values: {},
cloud_storage_keys: [ "1696492897779", "1696492893878", "1696492890069", "1696492865770" ],
cloud_storage_values: {"1696492897779": "geo:46.227638,2.213749", "1696492893878": "WIFI:S:mywifi;T:WPA;P:12345678;;", "1696492890069": "BEGIN:VCARD\nVERSION:2.1\nN:Doe;John\nFN:John Doe\nORG:Telegram\nTITLE:Dr\nTEL:+20345968753\nEMAIL:[email protected]\nADR:;;2 ABC street;London;London;16873;uk\nURL:www.telegram.org\nEND:VCARD\n", "1696492865770": "https://telegram.com" },
cloud_storage_keys: [],
cloud_storage_values: {},
enriched_values: {},
is_continuous_scan: false,
expanded_panels: [0], // Set the first element to expanded by default
Expand Down

0 comments on commit 1d35741

Please sign in to comment.