Remove todo which is now done!

This commit is contained in:
David Baker 2017-03-02 15:03:24 +00:00
parent 88586a0823
commit 51b2001f70

View file

@ -31,10 +31,6 @@ import RtsClient from '../../../RtsClient';
const 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',