🐛 Closed #126
This commit is contained in:
@@ -189,25 +189,25 @@
|
|||||||
<label
|
<label
|
||||||
>{$t('settings_page.old_password')}:<input
|
>{$t('settings_page.old_password')}:<input
|
||||||
type="password"
|
type="password"
|
||||||
class="m-2 text-black"
|
class="m-2 text-black rounded p-1 dark:bg-gray-700 dark:text-white"
|
||||||
bind:value={changePasswordData.oldPassword}
|
bind:value={changePasswordData.oldPassword}
|
||||||
/></label
|
/></label
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
>{$t('settings_page.new_password')}:<input
|
>{$t('settings_page.new_password')}:<input
|
||||||
type="password"
|
type="password"
|
||||||
class="m-2 text-black"
|
class="m-2 text-black rounded p-1 dark:bg-gray-700 dark:text-white"
|
||||||
bind:value={changePasswordData.newPassword}
|
bind:value={changePasswordData.newPassword}
|
||||||
/></label
|
/></label
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
>{$t('settings_page.repeat_password')}:<input
|
>{$t('settings_page.repeat_password')}:<input
|
||||||
type="password"
|
type="password"
|
||||||
class="m-2 text-black"
|
class="m-2 text-black rounded p-1 dark:bg-gray-700 dark:text-white"
|
||||||
bind:value={changePasswordData.newPasswordConfirm}
|
bind:value={changePasswordData.newPasswordConfirm}
|
||||||
/></label
|
/></label
|
||||||
>
|
>
|
||||||
<div>
|
<div class="my-auto">
|
||||||
<BrownButton disabled={!passwordChangeDataValid} type="submit">
|
<BrownButton disabled={!passwordChangeDataValid} type="submit">
|
||||||
{$t('settings_page.change_password_submit')}
|
{$t('settings_page.change_password_submit')}
|
||||||
</BrownButton>
|
</BrownButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user