From 53d044f8a2c34880b94635350d92164c977e53a2 Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Mon, 16 Jun 2025 09:12:12 +0200 Subject: [PATCH] add aria label to button with no other label --- src/lib/components/common/SensitiveInput.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/components/common/SensitiveInput.svelte b/src/lib/components/common/SensitiveInput.svelte index 7395ee4b5..1d66be732 100644 --- a/src/lib/components/common/SensitiveInput.svelte +++ b/src/lib/components/common/SensitiveInput.svelte @@ -1,4 +1,6 @@