Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « sessions « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e93def5323f547acd44477cf4da7b31137d3c900 (plain)
1
2
3
import { mount2faAuthentication } from '~/authentication/mount_2fa';

document.addEventListener('DOMContentLoaded', mount2faAuthentication);