Skip to content

Commit

Permalink
Merge branch 'feat/allow-toggling-login-options-as-admin' of https://…
Browse files Browse the repository at this point in the history
…github.com/Infisical/infisical into feat/allow-toggling-login-options-as-admin
  • Loading branch information
sheensantoscapadngan committed Jul 2, 2024
2 parents b12de3e + 9e9b9a7 commit 148a29d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/services/super-admin/super-admin-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
});
}
}
Expand Down

0 comments on commit 148a29d

Please sign in to comment.