fix: reset password regression (#1574)
This commit is contained in:
@@ -138,7 +138,7 @@ const DefaultAccount: React.FC<Props> = (props) => {
|
||||
data={data}
|
||||
/>
|
||||
{hasSavePermission && (
|
||||
<FormSubmit>{t('general:save')}</FormSubmit>
|
||||
<FormSubmit buttonId="action-save">{t('general:save')}</FormSubmit>
|
||||
)}
|
||||
</div>
|
||||
<div className={`${baseClass}__sidebar-fields`}>
|
||||
|
||||
@@ -101,6 +101,7 @@ const Auth: React.FC<Props> = (props) => {
|
||||
)}
|
||||
{(!changingPassword && !requirePassword) && (
|
||||
<Button
|
||||
id="change-password"
|
||||
size="small"
|
||||
buttonStyle="secondary"
|
||||
onClick={() => handleChangePassword(true)}
|
||||
|
||||
Reference in New Issue
Block a user