File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11#Change Log
22
3+ ## [ v10.8.1] ( https://github.com/auth0/lock/tree/v10.8.1 ) (2017-01-03)
4+ [ Full Changelog] ( https://github.com/auth0/lock/compare/v10.8.0...v10.8.1 )
5+ ** Closed issues**
6+ - username/password login doesn't work with custom domains on the appliance [ \# 772] ( https://github.com/auth0/lock/issues/772 )
7+
8+ ** Fixed**
9+ - allow to override tenant + issuer and pass to auth0.js [ \# 773] ( https://github.com/auth0/lock/pull/773 ) ([ glena] ( https://github.com/glena ) )
10+
11+
312## [ v10.8.0] ( https://github.com/auth0/lock/tree/v10.8.0 ) (2017-01-02)
413[ Full Changelog] ( https://github.com/auth0/lock/compare/v10.7.3...v10.8.0 )
514** Closed issues**
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ From CDN
1414
1515``` html
1616<!-- Latest patch release (recommended for production) -->
17- <script src =" http://cdn.auth0.com/js/lock/10.8.0 /lock.min.js" ></script >
17+ <script src =" http://cdn.auth0.com/js/lock/10.8.1 /lock.min.js" ></script >
1818```
1919
2020From [ bower] ( http://bower.io )
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0-lock" ,
3- "version" : " 10.8.0 " ,
3+ "version" : " 10.8.1 " ,
44 "main" : " build/lock.js" ,
55 "ignore" : [
66 " lib-cov" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0-lock" ,
3- "version" : " 10.8.0 " ,
3+ "version" : " 10.8.1 " ,
44 "description" : " Auth0 Lock" ,
55 "author" :
" Auth0 <[email protected] > (http://auth0.com)" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments