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

Update to newer lock and lock library, which fixes, the "remembered" #141

Merged
merged 1 commit into from
Aug 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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