Skip to content

Commit

Permalink
fix: set tao to true for second variant in RegisterSocial comp
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed May 30, 2024
1 parent 52efb35 commit 5e69622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/LoginAndRegister/RegisterSocial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export default {
}
if (version === 'c') {
this.enableRadioBtnExperiment = true;
this.newAcctTerms = true;
}
}
},
Expand Down

0 comments on commit 5e69622

Please sign in to comment.