Merge pull request #516 from matrix-org/rav/interactive_auth_dialog

InteractiveAuthDialog
This commit is contained in:
David Baker 2016-10-12 18:27:23 +01:00 committed by GitHub
commit ef22ba1f39
6 changed files with 547 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',