Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jan 14, 2024
2 parents e0dd5bc + 78531a5 commit 6490eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const schema = reactive(
{
$formkit: 'primeInputText',
name: 'password',
label: 'Passwort',
label: 'Password',
validation: 'required|length:3'
}
])
Expand Down Expand Up @@ -54,7 +54,7 @@ function actionLogin() {
v-model="data"
type="form"
:submit-attrs="{ inputClass: 'p-button p-component' }"
submit-label="Anmelden"
submit-label="Submit"
@submit="actionLogin"
>
<FormKitSchema :schema="schema" :data="data" />
Expand Down

0 comments on commit 6490eb9

Please sign in to comment.