diff --git a/app/src/lib/components/InputPassword.svelte b/app/src/lib/components/InputPassword.svelte deleted file mode 100644 index 11b4f72..0000000 --- a/app/src/lib/components/InputPassword.svelte +++ /dev/null @@ -1,60 +0,0 @@ - - -
- -
- - (show = false)} - width="40" - height="40" - viewBox="0 0 24 24" - stroke-width="2" - stroke="currentColor" - fill="none" - role="button" - tabindex="0" - stroke-linecap="round" - stroke-linejoin="round" - > - - - - - - - - (show = true)} - width="40" - height="40" - viewBox="0 0 24 24" - stroke-width="2" - stroke="currentColor" - fill="none" - role="button" - tabindex="0" - stroke-linecap="round" - stroke-linejoin="round" - > - - - - -
-
diff --git a/app/src/lib/components/input/InputPassword.svelte b/app/src/lib/components/input/InputPassword.svelte new file mode 100644 index 0000000..26c73f5 --- /dev/null +++ b/app/src/lib/components/input/InputPassword.svelte @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/app/src/lib/components/login.svelte b/app/src/lib/components/login.svelte index 741730a..d94f1b7 100644 --- a/app/src/lib/components/login.svelte +++ b/app/src/lib/components/login.svelte @@ -1,6 +1,6 @@