From 4fae1eb0e1e4cf7f07757ce0ae5b787e3cf69cb2 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 4 Oct 2024 06:39:35 +0800 Subject: [PATCH] fix --- src/shared/components/Signup.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shared/components/Signup.vue b/src/shared/components/Signup.vue index 3eda848..bf5c296 100644 --- a/src/shared/components/Signup.vue +++ b/src/shared/components/Signup.vue @@ -73,8 +73,6 @@ function submit() { } if (!msg.value) { toggleSignup(false) - await login({ username: form.username, password: form.password }) - userStore.getMyProfile() } } })