mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
fix(formSchemas): encrypted password typo (#7828)
This commit is contained in:
committed by
GitHub
parent
f726d964a8
commit
1b42dda817
@@ -144,7 +144,7 @@ export const addCredentialsFormSchema = (providerType: string) =>
|
||||
user: z.string().nonempty("User is required"),
|
||||
password: z
|
||||
.string()
|
||||
.nonempty("Encrypted Password is required"),
|
||||
.nonempty("Password is required"),
|
||||
}
|
||||
: {}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user