diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index 879d263cfc..f8dc4684fb 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -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',