mirror of https://github.com/halo-dev/halo
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 ```pull/3445/head
parent
cd3ac7b351
commit
eba653346e
|
@ -90,9 +90,6 @@ onMounted(() => {
|
|||
type="text"
|
||||
validation="required"
|
||||
>
|
||||
<template #prefixIcon>
|
||||
<IconUserLine />
|
||||
</template>
|
||||
</FormKit>
|
||||
<FormKit
|
||||
id="passwordInput"
|
||||
|
@ -104,9 +101,6 @@ onMounted(() => {
|
|||
type="password"
|
||||
validation="required"
|
||||
>
|
||||
<template #prefixIcon>
|
||||
<IconShieldUser />
|
||||
</template>
|
||||
</FormKit>
|
||||
</FormKit>
|
||||
<VButton
|
||||
|
|
Loading…
Reference in New Issue