diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-12-30 15:42:37 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-12-30 15:42:37 -0500 |
| commit | 1859be064a5f3ea7e6e0188526b1b125dc1c77a7 (patch) | |
| tree | 857c1b2a9c24c3cbf48429d0b1a754f7a0fdaf6f /ui/lib/components/ChangePassword.svelte | |
| parent | c6fbd21c27277dd76c4dbabf5f1bf24f58142a1a (diff) | |
Strip out Tailwind etc
Diffstat (limited to 'ui/lib/components/ChangePassword.svelte')
| -rw-r--r-- | ui/lib/components/ChangePassword.svelte | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/lib/components/ChangePassword.svelte b/ui/lib/components/ChangePassword.svelte index 1e48bee..109a83a 100644 --- a/ui/lib/components/ChangePassword.svelte +++ b/ui/lib/components/ChangePassword.svelte @@ -26,7 +26,6 @@ <label >current password <input - class="input" name="currentPassword" type="password" placeholder="password" @@ -37,7 +36,6 @@ <label >new password <input - class="input" name="newPassword" type="password" placeholder="password" @@ -48,7 +46,6 @@ <label >confirm new password <input - class="input" name="confirmPassword" type="password" placeholder="password" @@ -56,5 +53,5 @@ /> </label> - <button class="btn bg-orange-500 mt-4" type="submit" {disabled}>change password</button> + <button type="submit" {disabled}>change password</button> </form> |
