debian-mirror-gitlab/app/assets/javascripts/pages/ldap/omniauth_callbacks/index.js

4 lines
141 B
JavaScript
Raw Normal View History

2020-06-23 00:09:42 +05:30
import { mount2faAuthentication } from '~/authentication/mount_2fa';
2018-10-15 14:42:47 +05:30
2020-06-23 00:09:42 +05:30
document.addEventListener('DOMContentLoaded', mount2faAuthentication);