Pull sessions after revoking one (#6436)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
577ed27f1b
Коммит
2a146766f0
@@ -52,7 +52,9 @@ export default class ActivityLogModal extends React.Component {
|
||||
setTimeout(() => {
|
||||
modalContent.removeClass('animation--highlight');
|
||||
}, 1500);
|
||||
this.props.actions.revokeSession(UserStore.getCurrentId(), altId);
|
||||
this.props.actions.revokeSession(UserStore.getCurrentId(), altId).then(() => {
|
||||
this.props.actions.getSessions(UserStore.getCurrentId());
|
||||
});
|
||||
}
|
||||
|
||||
onShow() {
|
||||
|
||||
Ссылка в новой задаче
Block a user