refactor: password change form layout — current password full width
Moves "Huidig wachtwoord" to a full-width row so "Nieuw wachtwoord" and "Bevestig nieuw wachtwoord" sit together on the second row. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -162,10 +162,7 @@ function copyRegeneratedCodes() {
|
|||||||
</VAlert>
|
</VAlert>
|
||||||
|
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol
|
<VCol cols="12">
|
||||||
cols="12"
|
|
||||||
md="6"
|
|
||||||
>
|
|
||||||
<AppTextField
|
<AppTextField
|
||||||
v-model="passwordForm.current_password"
|
v-model="passwordForm.current_password"
|
||||||
label="Huidig wachtwoord"
|
label="Huidig wachtwoord"
|
||||||
|
|||||||
Reference in New Issue
Block a user