From 554ed68e8b3f7e22768b5a7dcab71549b12e9984 Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Wed, 15 Apr 2026 22:53:22 +0200 Subject: [PATCH] refactor: remove redundant cancel button from password change form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Annuleren" button served no purpose — there's no prior state to revert to in a password change form. The fields are already empty on load and the type="reset" just cleared them to the same empty state. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/components/account-settings/SecurityTab.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/apps/app/src/components/account-settings/SecurityTab.vue b/apps/app/src/components/account-settings/SecurityTab.vue index 30981b49..f3c983d5 100644 --- a/apps/app/src/components/account-settings/SecurityTab.vue +++ b/apps/app/src/components/account-settings/SecurityTab.vue @@ -242,21 +242,13 @@ function copyRegeneratedCodes() { - + Wachtwoord wijzigen - - Annuleren -