Fix logout link not working in safari (#16574)
This commit is contained in:
parent
6e0ab6814f
commit
b2875b1864
4 changed files with 11 additions and 1 deletions
|
@ -74,6 +74,7 @@ class Compose extends React.PureComponent {
|
|||
dispatch(openModal('CONFIRM', {
|
||||
message: intl.formatMessage(messages.logoutMessage),
|
||||
confirm: intl.formatMessage(messages.logoutConfirm),
|
||||
closeWhenConfirm: false,
|
||||
onConfirm: () => logOut(),
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue