This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/osascript | |
| on run argv | |
| -- Get the command to run from the first argument | |
| if (count of argv) < 1 then | |
| error "Usage: warp-new-tab.applescript \"command to run\"" | |
| end if | |
| set commandToRun to item 1 of argv | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import flux from '../flux'; | |
| import Fetcher from 'utils/Fetcher'; | |
| import AuthenticationHelper from 'utils/AuthenticationHelper'; | |
| class VtexActions { | |
| checkLogin() { | |
| Fetcher.checkVtexIdAuth().then((userData) => { | |
| Fetcher.getProfileSystemData('omniera', userData.user).then((response) => { | |
| const data = { |