Bug fixing for routes
This commit is contained in:
parent
c2e79fb01a
commit
c6fee788f0
|
|
@ -36,7 +36,7 @@ function clearSessionCookie(res, companyId) {
|
|||
router.get('/session-status', async (req, res) => {
|
||||
const companyId = getCompanyId(req);
|
||||
|
||||
if (!isFdkConfigured || !fdkExtension) {
|
||||
if (!isFdkConfigured) {
|
||||
return res.json({
|
||||
configured: false,
|
||||
authenticated: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user