Skip to content

Commit

Permalink
fix: client.js - remove adminUI_id and builderUI_id
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 9, 2022
1 parent 36c83fc commit 88da86d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ const CoCreateUser = {
window.localStorage.setItem('organization_id', data['current_org']);
window.localStorage.setItem('host', window.config.host);

// window.localStorage.setItem('adminUI_id', data['adminUI_id']);
// window.localStorage.setItem('builderUI_id', data['builderUI_id']);

document.dispatchEvent(new CustomEvent('logIn'));
},

Expand Down

0 comments on commit 88da86d

Please sign in to comment.