Move logistration code from account MFE.

Moved all logistration and forgot password functionality
from account MFE.

VAN-83
This commit is contained in:
Waheed Ahmed
2020-09-28 20:52:09 +05:00
parent d5cdbcb4b6
commit 0e12ca5cf3
56 changed files with 3117 additions and 149 deletions

View File

@@ -1 +1,6 @@
import 'babel-polyfill';
/* eslint-disable import/no-extraneous-dependencies */
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });