mirror of
https://git.coolaj86.com/coolaj86/browser-authenticator.js
synced 2025-03-14 04:10:44 +00:00
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…
x
Reference in New Issue
Block a user