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 6d9e219 commit f10adf1Copy full SHA for f10adf1
βsrc/app/verify/page.tsxβ
@@ -26,7 +26,8 @@ const Verify = () => {
26
privatePermission: user.privatePermission,
27
servicePermission: user.servicePermission,
28
marketingPermission: user.marketingPermission,
29
- realName: name
+ realName: name,
30
+ anonymousSendLetterCode: null
31
})
32
.then((res) => {
33
console.log('accessToken', res.data.accessToken);
0 commit comments