Skip to content

Commit 8c76d7f

Browse files
committed
Include link to docs in logoutSessions warning
1 parent 322f6c1 commit 8c76d7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common/models/user.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,10 @@ module.exports = function(User) {
839839
'%s\'s settings (typically via common/models/*.json file).',
840840
'This setting is required for the invalidation algorithm to keep ',
841841
'the current session valid.',
842-
''
842+
'',
843+
'Learn more in our documentation at',
844+
'https://loopback.io/doc/en/lb2/AccessToken-invalidation.html',
845+
'',
843846
].join('\n'), UserModel.modelName, UserModel.modelName);
844847
});
845848

0 commit comments

Comments
 (0)