mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-15 04:35:57 +05:30
Пофиксил время смены пароля
This commit is contained in:
parent
ed5566d55f
commit
8d0004cfd7
@ -56,7 +56,7 @@ export class Profile extends Component {
|
||||
|
||||
<ProfileField
|
||||
label={'Пароль'}
|
||||
value={<span>Изменён <Relative value={user.passwordChangedAt} /></span>}
|
||||
value={<span>Изменён <Relative value={user.passwordChangedAt * 1000} /></span>}
|
||||
warningMessage={user.shouldChangePassword ? (
|
||||
<span>
|
||||
Для пароля применяется старый алгоритм хэширования<br />
|
||||
|
Loading…
Reference in New Issue
Block a user