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

initProfileAccount();

initClose2faSuccessMessage();