Fixed bug
This commit is contained in:
Родитель
eee9394ea5
Коммит
d9e25ddbe4
2
app.js
2
app.js
|
@ -158,7 +158,7 @@ app.get('/oauth/callback', (req, res) => {
|
|||
res.cookie('instance_url', payload.instance_url);
|
||||
|
||||
} catch (e) {
|
||||
console.err('payload.access_token undefined');
|
||||
console.log('payload.access_token undefined');
|
||||
|
||||
return res.redirect('/error');
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче