Skip to content

Commit

Permalink
Merge pull request #1221 from danskernesdigitalebibliotek/user-regist…
Browse files Browse the repository at this point in the history
…ration-form-v2

Remove unused create patron texts
  • Loading branch information
Adamik10 authored May 22, 2024
2 parents 5047d74 + 85192a5 commit e46998d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions src/apps/create-patron-user-info/CreatePatron.dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ export default {
"Receive emails about your loans, reservations, and so forth",
control: { type: "text" }
},
createPatronChangePickupHeaderText: {
defaultValue: "Create patron change pickup header text",
control: { type: "text" }
},
createPatronChangePickupBodyText: {
defaultValue: "Create patron change pickup body text",
control: { type: "text" }
},
createPatronHeaderText: {
defaultValue: "Register as patron",
control: { type: "text" }
Expand Down
2 changes: 0 additions & 2 deletions src/apps/create-patron-user-info/CreatePatron.entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ interface CreatePatronTextProps {
pickupBranchesDropdownLabelText: string;
createPatronCancelButtonText: string;
patronPagePhoneInputMessageText: string;
createPatronChangePickupBodyText: string;
createPatronChangePickupHeaderText: string;
createPatronConfirmButtonText: string;
createPatronHeaderText: string;
createPatronInvalidSsnBodyText: string;
Expand Down

0 comments on commit e46998d

Please sign in to comment.