diff --git a/backend/src/services/super-admin/super-admin-service.ts b/backend/src/services/super-admin/super-admin-service.ts index a51282db6f..70330c4ef7 100644 --- a/backend/src/services/super-admin/super-admin-service.ts +++ b/backend/src/services/super-admin/super-admin-service.ts @@ -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" }); } }