Multi-session login
Этот коммит содержится в:
@@ -67,7 +67,7 @@ export default class UserProfile extends React.Component {
|
||||
dataContent.push(
|
||||
<img
|
||||
className='user-popover__image'
|
||||
src={'/api/v1/users/' + this.state.profile.id + '/image?time=' + this.state.profile.update_at}
|
||||
src={'/api/v1/users/' + this.state.profile.id + '/image?time=' + this.state.profile.update_at + '&' + Utils.getSessionIndex()}
|
||||
height='128'
|
||||
width='128'
|
||||
key='user-popover-image'
|
||||
|
||||
Ссылка в новой задаче
Block a user