mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
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:
@@ -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