Polish web dist verification
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user