Browse Source

Fix: Blue screen after getting the backup from Auth0

pull/2635/head
Vulich Fernando 5 years ago
parent
commit
bec9bae9b9
  1. 3
      app/ux/Auth0.js

3
app/ux/Auth0.js

@ -70,7 +70,8 @@ Ext.define('Rambox.ux.Auth0', {
Ext.getStore('Services').add(service);
});
require('electron').remote.getCurrentWindow().reload();
require('electron').remote.app.relaunch();
require('electron').remote.app.exit();
}
Ext.Msg.hide();

Loading…
Cancel
Save