diff --git a/client/src/events.jsx b/client/src/events.jsx index 83c9982d..3d5ddd83 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -107,7 +107,6 @@ function registerEvents(store) { } function setAuthenticated(account) { - if (account && window.Notification) { window.Notification.requestPermission(); } @@ -116,9 +115,6 @@ function registerEvents(store) { LogRocket.identify(account.id, account); } - const { tutorial, ws } = store.getState(); - if (tutorial) ws.sendInstancePractice(); - store.dispatch(actions.setAccount(account)); store.dispatch(actions.setAuthenticated(true)); }