summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/u2f/authenticate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/u2f/authenticate.js b/app/assets/javascripts/u2f/authenticate.js
index 2d8cfc56c03..fe213983ca0 100644
--- a/app/assets/javascripts/u2f/authenticate.js
+++ b/app/assets/javascripts/u2f/authenticate.js
@@ -111,4 +111,4 @@ U2FAuthenticate.prototype.switchToFallbackUI = function() {
this.fallbackUI.classList.remove('hidden');
};
-global.gl.U2FAuthenticate = U2FAuthenticate;
+global.U2FAuthenticate = U2FAuthenticate;