Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit d9d1ccd

Browse files
committed
Revert "feat: redirect to store in website"
This reverts commit 67a8b51.
1 parent 67a8b51 commit d9d1ccd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pages/IndexRoot.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ if (store.state.settings.address) {
3939
const isConnecting = ref(false);
4040
4141
const connect = async (force = true) => {
42-
if (!chrome?.runtime?.id) {
43-
window.location.href = 'https://chrome.google.com/webstore/detail/crosssync/cilehfhekljoecdbbimgebbncpjagmon';
44-
}
45-
4642
isConnecting.value = true;
4743
4844
try {

0 commit comments

Comments
 (0)