We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeabdc commit f55fa5fCopy full SHA for f55fa5f
1 file changed
mon-pix/app/controllers/terms-of-service.js
@@ -21,6 +21,8 @@ export default class TermsOfServiceController extends Controller {
21
if (this.isTermsOfServiceValidated) {
22
this.showErrorTermsOfServiceNotSelected = false;
23
await this.currentUser.user.save({ adapterOptions: { acceptPixTermsOfService: true } });
24
+ this.currentUser.user.mustValidateTermsOfService = false;
25
+ this.currentUser.user.cgu = true;
26
27
if (this.session.attemptedTransition) {
28
this.session.attemptedTransition.retry();
0 commit comments