Skip to content

Commit

Permalink
Merge pull request #141 from gdestuynder/lockupgrade
Browse files Browse the repository at this point in the history
Update to newer lock and lock library, which fixes, the "remembered"
  • Loading branch information
gdestuynder authored Aug 10, 2017
2 parents 99aebe7 + 5a40337 commit db417b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@
<![endif]-->

<!-- This URL is to be manually updated -->
<script src="https://cdn.auth0.com/js/lock/10.5/lock.min.js"></script>
<script src="https://cdn.auth0.com/w2/auth0-7.4.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/10.18/lock.min.js"></script>
<script src="https://cdn.auth0.com/w2/auth0-7.6.min.js"></script>
<script>
var APPS_WITH_TOS = [['phonebook-dev', 'https://www.mozilla.org/en-US/privacy/']];
// See https://auth0.com/docs/libraries/lock/v10/api and https://auth0.com/docs/libraries/lock/v10/customization for setup
Expand Down Expand Up @@ -625,6 +625,7 @@
avatar: null,
container: 'widget-container',
rememberLastLogin: true,
defaultADUsernameFromEmailPrefix: false,
connections: config.connection ? [config.connection] : null,
mustAcceptTerms: true,
languageDictionary: { // see https://github.com/auth0/lock/blob/master/src/i18n/en.js
Expand Down

0 comments on commit db417b0

Please sign in to comment.