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:
parent
1a81397d31
commit
1e683427da
2 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue