-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
bottable.io/apps/extension/src/background.ts
Lines 1 to 6 in 5732730
| // TODO: write auth flow here | |
| const IS_LOGGED_IN = true; | |
| // enable popup when not logged in | |
| if (IS_LOGGED_IN) chrome.browserAction.setPopup({ popup: '' }); | |
| else chrome.browserAction.setPopup({ popup: 'popup.html' }); |
This issue was generated by todo based on a TODO comment in 5732730. It's been assigned to @balta-z-r because they committed the code.
alanwu4321