Skip to content

Commit de18f6c

Browse files
fix(launcher): remove on mounted
1 parent 10d7343 commit de18f6c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/Launcher.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,4 @@
3232
}
3333
},
3434
)
35-
36-
onMounted(() => {
37-
if (infra_store.is_captcha_validated) {
38-
infra_store.create_backend()
39-
}
40-
})
4135
</script>

0 commit comments

Comments
 (0)