refs #6434 feat: improve signIn method #1867

Merged
jsegarra merged 11 commits from 6434-signInLog_improve_test into test 2023-11-30 11:20:58 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 58855a7cdd - Show all commits

View File

@ -126,7 +126,7 @@ module.exports = function(Self) {
}); });
/** /**
* Sign-in validate. * * Sign-in validate
* @param {String} user The user * @param {String} user The user

{string}

{string}
* @param {Object} userToken Options * @param {Object} userToken Options
* @param {Object} token accessToken * @param {Object} token accessToken
@ -147,7 +147,7 @@ module.exports = function(Self) {
}; };
/** /**
* Validate login params* * Validate login params
* @param {String} user The user * @param {String} user The user
* @param {String} password * @param {String} password
* @param {Object} ctx context * @param {Object} ctx context