Polish web dist verification

This commit is contained in:
2026-06-10 14:33:27 +08:00
parent 7db3de223c
commit 4280f43850
3 changed files with 115 additions and 15 deletions
@@ -123,6 +123,7 @@ const formSchema = computed((): VbenFormSchema[] => {
{
component: 'VbenInput',
componentProps: {
autocomplete: 'username',
placeholder: $t('authentication.usernameTip'),
},
defaultValue: '',
@@ -133,6 +134,7 @@ const formSchema = computed((): VbenFormSchema[] => {
{
component: 'VbenInputPassword',
componentProps: {
autocomplete: 'current-password',
placeholder: $t('authentication.passwordTip'),
},
defaultValue: '',