This commit is contained in:
Sean Yesmunt 2019-10-22 16:46:50 -04:00
parent a736cbffeb
commit 446edd8096
2 changed files with 3 additions and 3 deletions

View file

@ -207,7 +207,7 @@ function App(props: Props) {
}, [syncError, pathname]);
if (!user) {
// return null;
return null;
}
return (

View file

@ -64,7 +64,7 @@ if (process.env.SEARCH_API_URL) {
let authToken;
Lbryio.setOverride(
'setAuthToken',
() =>
status =>
new Promise(resolve => {
Lbryio.call(
'user',
@ -72,7 +72,7 @@ Lbryio.setOverride(
{
auth_token: '',
language: 'en',
// app_id: status.installation_id,
app_id: status.installation_id,
},
'post'
).then(response => {