debian-mirror-gitlab/app/assets/javascripts/pages/sessions/index.js
2023-07-09 08:55:56 +05:30

5 lines
180 B
JavaScript

import { mount2faAuthentication } from '~/authentication/mount_2fa';
import { initPasswordInput } from '~/authentication/password';
mount2faAuthentication();
initPasswordInput();