Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Jul 19, 2024
1 parent 526dfb0 commit 88c67fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/model/contracts/identity.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {

const attributesType = objectMaybeOf({
username: stringMax(IDENTITY_USERNAME_MAX_CHARS, 'username'),
email: optional(stringMax(IDENTITY_EMAIL_MAX_CHARS, 'email')),
email: optional(stringMax(IDENTITY_EMAIL_MAX_CHARS, 'email')), // https://github.com/okTurtles/group-income/issues/2192
bio: optional(stringMax(IDENTITY_BIO_MAX_CHARS, 'bio')),
picture: unionOf(stringMax(MAX_URL_LEN), objectOf({
manifestCid: stringMax(MAX_HASH_LEN, 'manifestCid'),
Expand Down

0 comments on commit 88c67fa

Please sign in to comment.