mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Disable browser channel so I can launch OAuth for now.
This commit is contained in:
@@ -98,6 +98,9 @@ function sendToPhone(title, url, msgType, selection, listener) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function initializeBrowserChannel() {
|
function initializeBrowserChannel() {
|
||||||
|
// Disabled pending more QA
|
||||||
|
return;
|
||||||
|
|
||||||
if (!oauth.hasToken()) {
|
if (!oauth.hasToken()) {
|
||||||
console.log('Login required for initializeBrowserChannel');
|
console.log('Login required for initializeBrowserChannel');
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user