Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 20, 2023
1 parent 6403784 commit e4bc70e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static void create(Start start, Connection sqlCon, TenantConfig tenantCon
pst.setBoolean(6, tenantConfig.passwordlessConfig.enabled);
pst.setBoolean(7, tenantConfig.thirdPartyConfig.enabled);
pst.setBoolean(8, tenantConfig.totpConfig.enabled);
pst.setString(9, new GsonBuilder().serializeNulls().create().toJson(tenantConfig.mfaConfig.defaultRequiredFactorIds));
pst.setString(9, new GsonBuilder().serializeNulls().create().toJson(tenantConfig.mfaConfig.firstFactors));
pst.setString(10, new GsonBuilder().serializeNulls().create().toJson(tenantConfig.mfaConfig.defaultRequiredFactorIds));
});
}
Expand Down

0 comments on commit e4bc70e

Please sign in to comment.