Merge branch 'feat/allow-toggling-login-options-as-admin' of https://github.com/Infisical/infisical into feat/allow-toggling-login-options-as-admin

This commit is contained in:
Sheen Capadngan
2024-07-03 01:58:04 +08:00

View File

@@ -106,8 +106,7 @@ export const superAdminServiceFactory = ({
)
) {
throw new BadRequestError({
message:
"Admin has insufficient authentication methods for update operation to complete without getting locked out."
message: "You must configure at least one auth method to prevent account lockout"
});
}
}