From 9619e408628260ac6e8407772b03bf2dcae657ce Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 4 Oct 2017 17:51:09 -0300 Subject: [PATCH] Changed code to prevent Sencha Cmd error --- app/ux/Auth0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ux/Auth0.js b/app/ux/Auth0.js index 217a76f5..12103654 100644 --- a/app/ux/Auth0.js +++ b/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