fix order of createAdminUser args
This commit is contained in:
parent
7fe4fe9b15
commit
7df5e7a8a7
|
@ -1 +1 @@
|
||||||
Subproject commit 4ccb03f95110735332ce42b1817efbbd2e54864b
|
Subproject commit 80173fdf426e124221adaff15b37418814ea2ad2
|
|
@ -127,8 +127,8 @@ export const adminUser = async (
|
||||||
try {
|
try {
|
||||||
const finalUser = await userSdk.db.createAdminUser(
|
const finalUser = await userSdk.db.createAdminUser(
|
||||||
email,
|
email,
|
||||||
password,
|
|
||||||
tenantId,
|
tenantId,
|
||||||
|
password,
|
||||||
{
|
{
|
||||||
ssoId,
|
ssoId,
|
||||||
hashPassword,
|
hashPassword,
|
||||||
|
|
Loading…
Reference in New Issue