We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46cef0 commit 3b32cb2Copy full SHA for 3b32cb2
src/pages/gen2/build-a-backend/auth/manage-user-profile/index.mdx
@@ -62,7 +62,7 @@ export const auth = defineAuth({
62
+ userAttributes: {
63
+ birthdate: {
64
+ required: false,
65
-+ immutable: true,
++ mutable: false,
66
+ },
67
68
});
@@ -85,7 +85,7 @@ export const auth = defineAuth({
85
},
86
// do not allow changing of an attribute's value
87
birthdate: {
88
- immutable: true
+ mutable: false
89
}
90
91
// highlight-end
0 commit comments