fix(client): Fix the login page

This commit is contained in:
sol 2025-09-12 15:58:13 +08:00
parent 66017fce3e
commit ea20afefc2

View file

@ -56,7 +56,6 @@ const login = () => {
}
}).catch(() => {
getCaptcha();
}).finally(() => {
loading.value = false;
});
};