bugfix
This commit is contained in:
parent
2984d36035
commit
5dfb802d97
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue