🐛 Fixed #10
This commit is contained in:
@@ -110,18 +110,21 @@
|
|||||||
<form class="flex flex-col md:flex-row" on:submit|preventDefault={changePassword}>
|
<form class="flex flex-col md:flex-row" on:submit|preventDefault={changePassword}>
|
||||||
<label
|
<label
|
||||||
>Old Password:<input
|
>Old Password:<input
|
||||||
|
type="password"
|
||||||
class="m-2 text-black"
|
class="m-2 text-black"
|
||||||
bind:value={changePasswordData.oldPassword}
|
bind:value={changePasswordData.oldPassword}
|
||||||
/></label
|
/></label
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
>New Password:<input
|
>New Password:<input
|
||||||
|
type="password"
|
||||||
class="m-2 text-black"
|
class="m-2 text-black"
|
||||||
bind:value={changePasswordData.newPassword}
|
bind:value={changePasswordData.newPassword}
|
||||||
/></label
|
/></label
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
>New Password again:<input
|
>New Password again:<input
|
||||||
|
type="password"
|
||||||
class="m-2 text-black"
|
class="m-2 text-black"
|
||||||
bind:value={changePasswordData.newPasswordConfirm}
|
bind:value={changePasswordData.newPasswordConfirm}
|
||||||
/></label
|
/></label
|
||||||
|
|||||||
Reference in New Issue
Block a user