Remove Auth0 Badge from Classic Change Password Prompt
Last Updated:
Overview
This article provides steps to remove the Auth0 badge from the change password prompt. This badge may be visible on paid tenants when using the Classic Universal Login experience.
Applies To
- Classic Universal Login
- Change Password Prompt
Solution
To remove the badge when using Classic Universal Login (Lock SDK), add the showBadge: false option to the theme object of the Password Reset widget.
theme: {
icon: "{{tenant.picture_url | default: '//cdn.auth0.com/styleguide/1.0.0/img/badge.png'}}",
primaryColor: "{{tenant.colors.primary | default: '#ea5323'}}",
showBadge: false
},