Skip to content

Commit

Permalink
donotmerge: disable auto-acceptance for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 2, 2023
1 parent ad98b5b commit afc186b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/src/user/user-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class UserService {
}
if (newUser.additionalData) {
// When a user is created, it does not have `additionalData.profile` set, so it's ok to rewrite it here.
newUser.additionalData.profile = { acceptedPrivacyPolicyDate: new Date().toISOString() };
// newUser.additionalData.profile = { acceptedPrivacyPolicyDate: new Date().toISOString() };
}
}

Expand Down

0 comments on commit afc186b

Please sign in to comment.