Skip to content

Commit

Permalink
fix(build): try to revert
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlevy0 committed Oct 12, 2024
1 parent 749ea37 commit 92293d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions amplify/auth/resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export const auth = defineAuth({
* - **maxLen**: Maximum allowed length for this field.
* - **minLen**: Minimum allowed length for this field.
*/
// "custom:display_name": {
// dataType: "String",
// mutable: true,
// maxLen: 256, // Adjust as needed
// minLen: 0,
// },
"custom:display_name": {
dataType: "String",
mutable: true,
maxLen: 256, // Adjust as needed
minLen: 0,
},
/**
* Consolidated player data containing the latest reward and game played.
*
Expand Down

0 comments on commit 92293d3

Please sign in to comment.