bugfix
This commit is contained in:
parent
8db9b1a2f0
commit
80e9de991b
1 changed files with 5 additions and 1 deletions
|
@ -108,7 +108,11 @@ if (process.env.SEARCH_API_URL) {
|
|||
}
|
||||
|
||||
// TODO KEYCLOAK
|
||||
doAuthTokenRefresh();
|
||||
getTokens.then(tokens => {
|
||||
if (tokens.auth_token) {
|
||||
doAuthTokenRefresh();
|
||||
}
|
||||
});
|
||||
|
||||
// We need to override Lbryio for getting/setting the authToken
|
||||
// We interact with ipcRenderer to get the auth key from a users keyring
|
||||
|
|
Loading…
Add table
Reference in a new issue