From 51b2001f7020daad7488df7c6d555fd9d214f50c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Mar 2017 15:03:24 +0000 Subject: [PATCH] Remove todo which is now done! --- src/components/structures/login/Registration.js | 4 ---- 1 file changed, 4 deletions(-) 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',