Merge pull request 'fix: lang any' (!3348) from hotfix-7355accountLang into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #3348
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Carlos Satorres 2025-01-09 07:07:50 +00:00
commit e17eb518dd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = Self => {
description: 'The user email'
}, {
arg: 'lang',
type: 'string',
type: 'any',
description: 'The user lang'
}, {
arg: 'twoFactor',