update self lock out msg

This commit is contained in:
Maidul Islam
2024-07-02 10:53:36 -04:00
parent 5a1e43be44
commit 9e9b9a7b94

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"
});
}
}