Added better auto-update handling. RPS-17
This commit is contained in:
@@ -128,6 +128,7 @@ export function* signInSuccessSaga({ payload }) {
|
||||
LogRocket.identify(payload.email, {
|
||||
email: payload.email,
|
||||
});
|
||||
ipcRenderer.send(ipcTypes.default.app.toMain.checkForUpdates);
|
||||
|
||||
ipcRenderer.send(ipcTypes.default.app.toMain.track, {
|
||||
event: "SIGN_IN_SUCCESS",
|
||||
|
||||
Reference in New Issue
Block a user