refs #6434 perf: remove bad characters method description
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2023-11-30 08:14:56 +01:00
parent 6b354a20ad
commit 58855a7cdd
1 changed files with 2 additions and 2 deletions

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
* @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