fix order of createAdminUser args

This commit is contained in:
Martin McKeaveney 2024-03-21 15:19:50 +00:00
parent 7fe4fe9b15
commit 7df5e7a8a7
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4ccb03f95110735332ce42b1817efbbd2e54864b
Subproject commit 80173fdf426e124221adaff15b37418814ea2ad2

View File

@ -127,8 +127,8 @@ export const adminUser = async (
try {
const finalUser = await userSdk.db.createAdminUser(
email,
password,
tenantId,
password,
{
ssoId,
hashPassword,