mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update self lock out msg
This commit is contained in:
@@ -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"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user