openethereum/js/src/modals/Verification
Jannis R 452b8c9c74
split sms & email verification 3rdparty code
We might want to bundle the code in `3rdparty`.

React & presentational components don't belong in there. At the
same time, the terms of service are strictly related to the use
of these external services. We decided to not bundle them, but
still keep them in a file called `terms-of-service.js`.

The commit also moves the "how it works" section into the
presentational part in `modals/Verification`.
2016-12-09 16:23:13 +01:00
..
Done modals/SMSVerification -> modals/Verification 2016-12-09 00:39:15 +01:00
GatherData split sms & email verification 3rdparty code 2016-12-09 16:23:13 +01:00
QueryCode pass fields to query into QueryCode 2016-12-09 00:39:16 +01:00
SendConfirmation modals/SMSVerification -> modals/Verification 2016-12-09 00:39:15 +01:00
SendRequest factor out SMS-specific logic 2016-12-09 00:39:15 +01:00
email-store.js fix bugs & linting issues 2016-12-09 00:39:16 +01:00
how-it-works.js split sms & email verification 3rdparty code 2016-12-09 16:23:13 +01:00
index.js modals/SMSVerification -> modals/Verification 2016-12-09 00:39:15 +01:00
sms-store.js fix bugs & linting issues 2016-12-09 00:39:16 +01:00
store.js fix bugs & linting issues 2016-12-09 00:39:16 +01:00
verification.css split sms & email verification 3rdparty code 2016-12-09 16:23:13 +01:00
verification.js more user-friendly method selection 2016-12-09 12:37:36 +01:00