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 15d2d34 commit 99ff097Copy full SHA for 99ff097
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
- // todo:revert newUser.additionalData.profile = { acceptedPrivacyPolicyDate: new Date().toISOString() };
+ newUser.additionalData.profile = { acceptedPrivacyPolicyDate: new Date().toISOString() };
78
79
80
0 commit comments