Skip to content

Commit

Permalink
Merge pull request #59 from open-formulieren/cleanup/3283-remove-pass…
Browse files Browse the repository at this point in the history
…word-component

💥 Remove password Formio component
  • Loading branch information
sergei-maertens authored Nov 25, 2024
2 parents 9a92ddc + b59c649 commit 71e4d2a
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 71e4d2a

Please sign in to comment.