Skip to content

Commit e3da301

Browse files
author
LoginRadius
committed
Update lr.js
1 parent f205dc5 commit e3da301

File tree

1 file changed

+8
-1
lines changed
  • loginradius-sdk/sdk/util

1 file changed

+8
-1
lines changed

loginradius-sdk/sdk/util/lr.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,13 @@ module.exports = function (config = {}) {
276276
'api',
277277
'social',
278278
'socialApi'
279+
))(config),
280+
slidingTokenApi:require(path.join(
281+
__dirname,
282+
'..',
283+
'api',
284+
'authentication',
285+
'slidingTokenApi'
279286
))(config)
280287
};
281-
};
288+
};

0 commit comments

Comments
 (0)