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], () => {