Skip to content

Commit

Permalink
feat: add lens and farcaster to user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jun 19, 2024
1 parent f41dc08 commit 7d1591f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/schemas/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
"title": "github",
"pattern": "^[A-Za-z0-9_-]*$",
"maxLength": 39
},
"lens": {
"type": "string",
"title": "lens",
"pattern": "^[A-Za-z0-9_]*$",
"maxLength": 26
},
"farcaster": {
"type": "string",
"title": "farcaster",
"pattern": "^[a-z0-9-]*$",
"maxLength": 17
}
},
"required": [],
Expand Down

0 comments on commit 7d1591f

Please sign in to comment.