🐛 Closed #126
This commit is contained in:
@@ -189,25 +189,25 @@
|
||||
<label
|
||||
>{$t('settings_page.old_password')}:<input
|
||||
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}
|
||||
/></label
|
||||
>
|
||||
<label
|
||||
>{$t('settings_page.new_password')}:<input
|
||||
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}
|
||||
/></label
|
||||
>
|
||||
<label
|
||||
>{$t('settings_page.repeat_password')}:<input
|
||||
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}
|
||||
/></label
|
||||
>
|
||||
<div>
|
||||
<div class="my-auto">
|
||||
<BrownButton disabled={!passwordChangeDataValid} type="submit">
|
||||
{$t('settings_page.change_password_submit')}
|
||||
</BrownButton>
|
||||
|
||||
Reference in New Issue
Block a user