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

index.js « omniauth_callbacks « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2c069d1ca86fc3caf2deb40511ffe0f2df244e4 (plain)
1
2
3
import initU2F from '../../shared/sessions/u2f';

document.addEventListener('DOMContentLoaded', initU2F);