summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/profiles/accounts/show/index.js
blob: 6c1e953aa8377d11a4e63afbe1f3a775b1f57a2e (plain)
1
2
3
4
5
6
import initProfileAccount from '~/profile/account';
import { initClose2faSuccessMessage } from '~/authentication/two_factor_auth';

document.addEventListener('DOMContentLoaded', initProfileAccount);

initClose2faSuccessMessage();