We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 322f6c1 + 8c76d7f commit 4e8252aCopy full SHA for 4e8252a
common/models/user.js
@@ -839,7 +839,10 @@ module.exports = function(User) {
839
'%s\'s settings (typically via common/models/*.json file).',
840
'This setting is required for the invalidation algorithm to keep ',
841
'the current session valid.',
842
- ''
+ '',
843
+ 'Learn more in our documentation at',
844
+ 'https://loopback.io/doc/en/lb2/AccessToken-invalidation.html',
845
846
].join('\n'), UserModel.modelName, UserModel.modelName);
847
});
848
0 commit comments