From eba653346e683759a46d8ceba11c0d135b6c4c42 Mon Sep 17 00:00:00 2001 From: vayci Date: Fri, 30 Dec 2022 17:22:33 +0800 Subject: [PATCH] fix: remove login form icon, fix icon lose warning (halo-dev/console#812) #### What type of PR is this? /kind optimization #### What this PR does / why we need it: remove login form icon, fix icon lose dev tool console warning #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3071 #### Does this PR introduce a user-facing change? ```release-note NONE ``` --- src/components/login/LoginForm.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/login/LoginForm.vue b/src/components/login/LoginForm.vue index 7144debb1..6c4e9fb02 100644 --- a/src/components/login/LoginForm.vue +++ b/src/components/login/LoginForm.vue @@ -90,9 +90,6 @@ onMounted(() => { type="text" validation="required" > - { type="password" validation="required" > -