I just ugraded to Auth0 Lock11 from Lock10 in Angualr Js
Everything is working fine except
-
There is no close button on right top even when I configure the Auth0Lock Configuration
-
It does not remember last password logging In
My Environment
Angular 1.7.9, Auth0-lock:11.23, angular-lock:3.0.4, auth0-js v9.13.2
’
var LOCK_OPTIONS = {
closable: true,
autoclose: true,
allowedConnections: [‘Username-Password-Authentication’, ‘facebook’, ‘google-oauth2’],
rememberLastLogin: true
}
lockProvider.init({
clientID: localStorage.getItem(“auth0ClientId”),
domain: localStorage.getItem(“auth0Domain”),
options: LOCK_OPTIONS,
});