summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/authentication/mount_2fa.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/authentication/mount_2fa.js')
-rw-r--r--app/assets/javascripts/authentication/mount_2fa.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/authentication/mount_2fa.js b/app/assets/javascripts/authentication/mount_2fa.js
index 6dead2f03db..52ed67b8c7b 100644
--- a/app/assets/javascripts/authentication/mount_2fa.js
+++ b/app/assets/javascripts/authentication/mount_2fa.js
@@ -1,7 +1,7 @@
import $ from 'jquery';
import initU2F from './u2f';
-import initWebauthn from './webauthn';
import U2FRegister from './u2f/register';
+import initWebauthn from './webauthn';
import WebAuthnRegister from './webauthn/register';
export const mount2faAuthentication = () => {