Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUMP] Update dependency @1024pix/pix-ui to v45 (mon-pix) #8479

Closed
wants to merge 13 commits into from
Closed
Prev Previous commit
Next Next commit
fix(mon-pix): correct cgu checkbox label
er-lim authored and La-toile-cosmique committed Apr 25, 2024
commit 5e24df3d6cc4b7c43186476076c8e6f4c55f21d2
Original file line number Diff line number Diff line change
@@ -17,7 +17,12 @@
</div>
<div class="login-or-register-oidc-form__cgu-container">
<PixCheckbox {{on "change" this.onChange}}>
{{t "common.cgu.message" cguUrl=this.cguUrl dataProtectionPolicyUrl=this.dataProtectionPolicyUrl htmlSafe=true}}
<:label>{{t
"common.cgu.message"
cguUrl=this.cguUrl
dataProtectionPolicyUrl=this.dataProtectionPolicyUrl
htmlSafe=true
}}</:label>
</PixCheckbox>
</div>