Skip to content

Commit

Permalink
remove ws_link_store
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Aug 16, 2023
1 parent 92c000b commit b466052
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/Launcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<script setup>
import { VueRecaptcha } from "vue-recaptcha"
const ws_link_store = use_ws_link_store()
// const ws_link_store = use_ws_link_store()
const cloud_store = use_cloud_store()
const { is_cloud_running, is_captcha_validated, is_connexion_launched } = storeToRefs(cloud_store)
watch(is_captcha_validated, async (value) => {
if (value === true) {
await cloud_store.create_connexion()
await ws_link_store.ws_connect()
// await ws_link_store.ws_connect()
}
})
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"description": "OpenSource Vue/Vuetify framework for web applications",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"main": "./nuxt.config.js",
"dependencies": {
"@mdi/font": "^7.2.96",
Expand Down

0 comments on commit b466052

Please sign in to comment.