This commit is contained in:
AJ ONeal 2015-10-23 00:53:12 -07:00
부모 fc2f9558a0
커밋 4fedcb73c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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;