debian-mirror-gitlab/app/assets/javascripts/pages/sessions/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-03-17 18:26:18 +05:30
2020-06-23 00:09:42 +05:30
document.addEventListener('DOMContentLoaded', mount2faAuthentication);