fix: lang any #3348

Merged
carlossa merged 2 commits from hotfix-7355accountLang into master 2025-01-09 07:07:50 +00:00
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',