mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	Пофиксил время смены пароля
This commit is contained in:
		@@ -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 />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user