TODO comments on the registration flow

Add some notes to Signup and the Registration component that it would be nice
to factor out some common code someday.
This commit is contained in:
Richard van der Hoff 2016-10-12 14:27:21 +01:00
parent 1a81397d31
commit 1e683427da
2 changed files with 7 additions and 0 deletions

View file

@ -28,6 +28,10 @@ var CaptchaForm = require("../../views/login/CaptchaForm");
var MIN_PASSWORD_LENGTH = 6;
/**
* TODO: It would be nice to make use of the InteractiveAuthEntryComponents
* here, rather than inventing our own.
*/
module.exports = React.createClass({
displayName: 'Registration',