Browse Source

Changed code to prevent Sencha Cmd error

pull/1203/head
Ramiro Saenz 8 years ago
parent
commit
9619e40862
  1. 2
      app/ux/Auth0.js

2
app/ux/Auth0.js

@ -9,7 +9,7 @@ Ext.define('Rambox.ux.Auth0', {
,init: function() {
var me = this;
var Auth0Lock = require('auth0-lock').default;
var Auth0Lock = require('auth0-lock')['default'];
var Auth0 = require('auth0-js');
// Auth0 Config

Loading…
Cancel
Save