summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/ldap/omniauth_callbacks/index.js
blob: e93def5323f547acd44477cf4da7b31137d3c900 (plain)
1
2
3
import { mount2faAuthentication } from '~/authentication/mount_2fa';

document.addEventListener('DOMContentLoaded', mount2faAuthentication);