Skip to content

Commit

Permalink
💥 [#3283] Remove password Formio component
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 21, 2024
1 parent 9a92ddc commit b59c649
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 148 deletions.
1 change: 0 additions & 1 deletion src/formio/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export * from './map';
export * from './editgrid';
export * from './signature';
export * from './cosign';
export * from './password';

// Layout components
export * from './content';
Expand Down
32 changes: 0 additions & 32 deletions src/formio/components/password.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/formio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
MapComponentSchema,
NpFamilyMembersComponentSchema,
NumberComponentSchema,
PasswordComponentSchema,
PhoneNumberComponentSchema,
PostcodeComponentSchema,
ProductPriceComponentSchema,
Expand Down Expand Up @@ -89,7 +88,6 @@ export type AnyComponentSchema =
| SoftRequiredErrorsComponentSchema
// deprecated
| PostcodeComponentSchema
| PasswordComponentSchema
| CosignV1ComponentSchema;

/**
Expand Down
113 changes: 0 additions & 113 deletions test-d/formio/components/password.test-d.ts

This file was deleted.

0 comments on commit b59c649

Please sign in to comment.