2021-02-22 17:27:13 +05:30
|
|
|
import { initClose2faSuccessMessage } from '~/authentication/two_factor_auth';
|
2021-03-11 19:13:27 +05:30
|
|
|
import initProfileAccount from '~/profile/account';
|
2018-03-27 19:54:05 +05:30
|
|
|
|
|
|
|
document.addEventListener('DOMContentLoaded', initProfileAccount);
|
2021-02-22 17:27:13 +05:30
|
|
|
|
|
|
|
initClose2faSuccessMessage();
|