From af876baf95ea24098e8ea030fb9472307c55882d Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 25 Jul 2025 14:12:06 +0800 Subject: [PATCH] feat: delete code --- open-isle-cli/src/views/HomePageView.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/open-isle-cli/src/views/HomePageView.vue b/open-isle-cli/src/views/HomePageView.vue index 034fa646b..c121656cb 100644 --- a/open-isle-cli/src/views/HomePageView.vue +++ b/open-isle-cli/src/views/HomePageView.vue @@ -365,12 +365,6 @@ export default { onMounted(async () => { await loadOptions() fetchContent() - if (!isLogin()) { - // - } - setTimeout(() => { - loginWithGoogle() - }, 3000) }) watch([selectedCategory, selectedTags], () => {