diff --git a/ui/js/lbryio.js b/ui/js/lbryio.js index 085c3097b..53ba92f8a 100644 --- a/ui/js/lbryio.js +++ b/ui/js/lbryio.js @@ -7,7 +7,7 @@ const lbryio = { _accessToken: getLocal('accessToken'), _authenticationPromise: null, _user : null, - enabled: true + enabled: false }; const CONNECTION_STRING = 'http://localhost:8080/';