Browse Source

fix: sensitive input button type

Timothy Jaeryang Baek 2 months ago
parent
commit
43df7e1424
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/common/SensitiveInput.svelte

+ 1 - 0
src/lib/components/common/SensitiveInput.svelte

@@ -23,6 +23,7 @@
 	/>
 	<button
 		class={showButtonClassName}
+		type="button"
 		on:click={(e) => {
 			e.preventDefault();
 			show = !show;