fix: remove login form icon, fix icon lose warning (#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
```
pull/813/head
vayci 2022-12-30 17:22:33 +08:00 committed by GitHub
parent ee660d77e2
commit 564327d3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -90,9 +90,6 @@ onMounted(() => {
type="text" type="text"
validation="required" validation="required"
> >
<template #prefixIcon>
<IconUserLine />
</template>
</FormKit> </FormKit>
<FormKit <FormKit
id="passwordInput" id="passwordInput"
@ -104,9 +101,6 @@ onMounted(() => {
type="password" type="password"
validation="required" validation="required"
> >
<template #prefixIcon>
<IconShieldUser />
</template>
</FormKit> </FormKit>
</FormKit> </FormKit>
<VButton <VButton