diff --git a/authenticator.js b/authenticator.js index dbec4c9..42fc48f 100644 --- a/authenticator.js +++ b/authenticator.js @@ -1,7 +1,7 @@ (function (exports) { 'use strict'; -var Authenticator = exports.Authenticator; // || exports; +var Authenticator = exports.Authenticator || exports; var Unibabel = window.Unibabel; // || require('unibabel'); var totp = window.totp; // || require('notp').totp;