Merge pull request 'refactor(vnUser): refs #7792 use twoFactorFk and add foreignKey' (!2937) from 7792-twoFactorFk into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2937 Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
commit
9efc712859
|
@ -26,7 +26,7 @@ module.exports = Self => {
|
|||
description: 'The user lang'
|
||||
}, {
|
||||
arg: 'twoFactor',
|
||||
type: 'string',
|
||||
type: 'any',
|
||||
description: 'The user twoFactor'
|
||||
}
|
||||
],
|
||||
|
|
|
@ -165,7 +165,8 @@
|
|||
"hasGrant",
|
||||
"realm",
|
||||
"email",
|
||||
"emailVerified"
|
||||
"emailVerified",
|
||||
"twoFactor"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"Account": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
"AccountConfig": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
|
@ -47,9 +50,6 @@
|
|||
"SipConfig": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
"Account": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
"UserLog": {
|
||||
"dataSource": "vn"
|
||||
},
|
||||
|
|
|
@ -394,4 +394,4 @@ localFixtures:
|
|||
- zoneExclusionGeo
|
||||
- zoneGeo
|
||||
- zoneIncluded
|
||||
- zoneWarehouse
|
||||
- zoneWarehouse
|
||||
|
|
Loading…
Reference in New Issue