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 bb1d14c commit 3b6dfccCopy full SHA for 3b6dfcc
components/server/src/user/user-service.ts
@@ -74,7 +74,7 @@ export class UserService {
74
}
75
if (newUser.additionalData) {
76
// When a user is created, it does not have `additionalData.profile` set, so it's ok to rewrite it here.
77
- newUser.additionalData.profile = { acceptedPrivacyPolicyDate: new Date().toISOString() };
+ // newUser.additionalData.profile = { acceptedPrivacyPolicyDate: new Date().toISOString() };
78
79
80
0 commit comments