Hello,
I’m using Lock widget with Universal Login. I have reached the desired level of customization part of which was getting rid of Auth0 widget header:
.auth0-lock-header {
display: none !important;
}
The issue that I’m having now is that on “Reset your Password” screen, “Go Back” button was supposed to be displayed in the top left corner of the Lock widget header.
Can someone suggest or recommend how would I move this button outside so it’s visible without making the header visible?
The button should only trigger the Lock widget to it’s initial “Log in” state.
Thanks.