Skip to content

Commit

Permalink
Add additional SEP-9 fields (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc authored May 1, 2024
1 parent 78e1d95 commit bc2f7b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/demo-wallet-client/src/components/ExtraSep9Fields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ const FIELDS = [
label: "Mobile number",
type: "text",
},
{
id: "mobile_number_format",
label: "Mobile number format",
type: "text",
},
{
id: "email_address",
label: "Email address",
Expand All @@ -48,6 +53,11 @@ const FIELDS = [
label: "Address",
type: "text",
},
{
id: "customer_id",
label: "Customer ID",
type: "test",
}
];

export const ExtraSep9Fields = () => {
Expand Down

0 comments on commit bc2f7b0

Please sign in to comment.