Browse Source

fix: sensitive input button type

Timothy Jaeryang Baek 3 tháng trước cách đây
mục cha
commit
43df7e1424
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;